SF.net SVN: geany-plugins:[2324] trunk/geany-plugins/pretty-printer/src/ Makefile.am

frlan at users.sourceforge.net frlan at xxxxx
Wed Nov 2 20:32:26 UTC 2011


Revision: 2324
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2324&view=rev
Author:   frlan
Date:     2011-11-02 20:32:26 +0000 (Wed, 02 Nov 2011)
Log Message:
-----------
Pretty-Printer: Make build target of plugin having same name on autotools and waf

Modified Paths:
--------------
    trunk/geany-plugins/pretty-printer/src/Makefile.am

Modified: trunk/geany-plugins/pretty-printer/src/Makefile.am
===================================================================
--- trunk/geany-plugins/pretty-printer/src/Makefile.am	2011-10-30 21:52:09 UTC (rev 2323)
+++ trunk/geany-plugins/pretty-printer/src/Makefile.am	2011-11-02 20:32:26 UTC (rev 2324)
@@ -1,12 +1,12 @@
 include $(top_srcdir)/build/vars.build.mk
 
 if ENABLE_PRETTY_PRINTER
-geanyplugins_LTLIBRARIES = pretty-print.la
+geanyplugins_LTLIBRARIES = pretty-printer.la
 else
-EXTRA_LTLIBRARIES = pretty-print.la
+EXTRA_LTLIBRARIES = pretty-printer.la
 endif
 
-pretty_print_la_SOURCES = \
+pretty_printer_la_SOURCES = \
 	PluginEntry.h \
 	PluginEntry.c \
 	PrettyPrinter.c \
@@ -14,7 +14,7 @@
 	ConfigUI.h \
 	ConfigUI.c
 
-pretty_print_la_CFLAGS = $(AM_CFLAGS) $(LIBXML_CFLAGS) -DHAVE_GLIB -DHAVE_LIBXML
-pretty_print_la_LIBADD = $(COMMONLIBS) $(LIBXML_LIBS)
+pretty_printer_la_CFLAGS = $(AM_CFLAGS) $(LIBXML_CFLAGS) -DHAVE_GLIB -DHAVE_LIBXML
+pretty_printer_la_LIBADD = $(COMMONLIBS) $(LIBXML_LIBS)
 
 include $(top_srcdir)/build/cppcheck.mk

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Plugins-Commits mailing list