Difference for plugins/cfpython/Makefile.am from version 1.6 to 1.7


version 1.6 version 1.7
Line 24
 
Line 24
 #   The author can be reached via e-mail to mwedel@sonic.net  #   The author can be reached via e-mail to mwedel@sonic.net
   
 plugindir=$(pkglibdir)/plugins  plugindir=$(pkglibdir)/plugins
 noinst_HEADERS = include/cfpython.h ../common/include/plugin_common.h  
   SUBDIRS = include
   
 if PYTHON_PLUGIN  if PYTHON_PLUGIN
 plugin_LTLIBRARIES = cfpython.la  plugin_LTLIBRARIES = cfpython.la
 else  else
Line 47
 
Line 49
   
 cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@  cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@
 cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic  cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
 AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include @PY_INCLUDES@  AM_CPPFLAGS = -I$(srcdir)/include -I$(top_srcdir)/plugins/common/include -I$(top_srcdir)/include @PY_INCLUDES@
   
 proto:  proto:
  cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \   cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:59