Revision: 17396
http://svn.sourceforge.net/gaim/?rev=17396&view=rev
Author: nosnilmot
Date: 2006-09-29 05:57:29 -0700 (Fri, 29 Sep 2006)
Log Message:
-----------
Old automake prefers this way of conditionally building the bundled libgadu.
Modified Paths:
--------------
trunk/libgaim/protocols/gg/Makefile.am
Modified: trunk/libgaim/protocols/gg/Makefile.am
===================================================================
--- trunk/libgaim/protocols/gg/Makefile.am 2006-09-29 06:15:53 UTC (rev 17395)
+++ trunk/libgaim/protocols/gg/Makefile.am 2006-09-29 12:57:29 UTC (rev 17396)
@@ -15,20 +15,8 @@
pkgdir = $(libdir)/gaim
-GGSOURCES = \
- gg-utils.h \
- gg-utils.c \
- confer.h \
- confer.c \
- search.h \
- search.c \
- buddylist.h \
- buddylist.c \
- gg.h \
- gg.c
-
if USE_INTERNAL_LIBGADU
-GGSOURCES += \
+INTGGSOURCES = \
lib/common.c \
lib/compat.h \
lib/dcc.c \
@@ -44,6 +32,19 @@
INTGG_CFLAGS = -I$(top_srcdir)/libgaim/protocols/gg/lib
endif
+GGSOURCES = \
+ $(INTGGSOURCES) \
+ gg-utils.h \
+ gg-utils.c \
+ confer.h \
+ confer.c \
+ search.h \
+ search.c \
+ buddylist.h \
+ buddylist.c \
+ gg.h \
+ gg.c
+
AM_CFLAGS = $(st)
libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|