Update of /cvsroot/tleenx/tleenx2/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17689/src
Modified Files:
Makefile.am
Log Message:
zminy dla wspolpracy z flaga --as-needed
Index: Makefile.am
===================================================================
RCS file: /cvsroot/tleenx/tleenx2/src/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 21 Mar 2006 00:00:09 -0000 1.17
+++ Makefile.am 9 Apr 2006 21:01:46 -0000 1.18
@@ -4,7 +4,7 @@
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_PLUGINS_DIR=\""$(libdir)/tleenx2/plugins"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
- @PACKAGE_CFLAGS@ -I../jabby/
+ @PACKAGE_CFLAGS@ @DEPS_CFLAGS@ -I../jabby/
bin_PROGRAMS = tleenx2
@@ -32,6 +32,5 @@
notify.c \
plugins.c plugins.h
-tleenx2_LDADD = @PACKAGE_LIBS@ ../jabby/libjabby.a ../iksemel/libiksemel.a
-tleenx2_LDFLAGS = `pkg-config --libs gthread-2.0 gmodule-2.0`
+tleenx2_LDADD = @PACKAGE_LIBS@ @DEPS_LIBS@ ../jabby/libjabby.a ../iksemel/libiksemel.a
tleenx2_CFLAGS = -I../jabby -I../iksemel -g
|