Difference for plugins/cfanim/Makefile.am from version 1.2 to 1.3


version 1.2 version 1.3
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/cfanim.h ../common/include/plugin_common.h  
 plugin_LTLIBRARIES = cfanim.la  plugin_LTLIBRARIES = cfanim.la
 cfanim_la_SOURCES = cfanim.c\  cfanim_la_SOURCES = cfanim.c\
  ../common/plugin_common.c   ../common/plugin_common.c
   
   SUBDIRS=include
   
 cfanim_la_LIBADD =  cfanim_la_LIBADD =
 cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic  cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
 AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include  AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../common/include -I$(top_srcdir)/include
   
 proto:  proto:
  cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \   cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \


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

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