Update of /cvsroot/gaim/gaim/src/protocols/gg
In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/gg
Modified Files:
Makefile.am
Log Message:
This hopefully adds automake 1.6 support to gaim. I have not tested it,
though it came from a guy who uses 1.6, so I'd hope it works.
It doesn't break 1.4.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/gg/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 16 Dec 2001 21:35:00 -0000 1.4
+++ Makefile.am 18 Aug 2002 19:32:04 -0000 1.5
@@ -18,6 +18,8 @@
iconv_string.h \
gg.c
+libgg_a_CFLAGS = $(AM_CFLAGS)
+
else
st =
|