Difference for plugins/cfpython/Makefile.am from version 1.1 to 1.2


version 1.1 version 1.2
Line 35
 
Line 35
  cfpython_map.c\   cfpython_map.c\
  ../common/plugin_common.c   ../common/plugin_common.c
   
   cfpython_la_CPSOURCES = cfpython.c\
    cfpython_object.c\
    cfpython_map.c
   
 cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@  cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@
 cfpython_la_LDFLAGS = -module -avoid-version  cfpython_la_LDFLAGS = -module -avoid-version
 AM_CPPFLAGS = @PY_INCLUDES@ -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include  AM_CPPFLAGS = -I$(srcdir)/include -I../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) \
  `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`   `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
  chmod 644 include/cfpython_proto.h   chmod 644 include/cfpython_proto.h


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

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