diff libpurple/plugins/Makefile.am @ 16927:0dcd915899ae

Remove VERSION from the CFLAGS all over, to prevent similar re-declaration warnings. If this breaks anything, it can #include <internal.h>.
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 May 2007 23:08:20 +0000
parents 9bbae267b314
children 2729cdff43cd 315151da0dc6
line wrap: on
line diff
--- a/libpurple/plugins/Makefile.am	Sat May 05 22:45:34 2007 +0000
+++ b/libpurple/plugins/Makefile.am	Sat May 05 23:08:20 2007 +0000
@@ -127,7 +127,6 @@
 
 AM_CPPFLAGS = \
 	-DDATADIR=\"$(datadir)\" \
-	-DVERSION=\"$(VERSION)\" \
 	-I$(top_srcdir)/libpurple \
 	-I$(top_builddir)/libpurple \
 	$(DEBUG_CFLAGS) \