Mercurial > pidgin.yaz
diff libpurple/plugins/tcl/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 | 441945083737 |
children | 315151da0dc6 |
line wrap: on
line diff
--- a/libpurple/plugins/tcl/Makefile.am Sat May 05 22:45:34 2007 +0000 +++ b/libpurple/plugins/tcl/Makefile.am Sat May 05 23:08:20 2007 +0000 @@ -12,7 +12,6 @@ EXTRA_DIST = signal-test.tcl Makefile.mingw AM_CPPFLAGS = \ - -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \