summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDom Lachowicz <cinamod@hotmail.com>2006-05-02 23:20:19 +0000
committerDom Lachowicz <doml@src.gnome.org>2006-05-02 23:20:19 +0000
commit75a6ccf04e72e271a419602952c209ac3b1f4ce6 (patch)
treea88cc2ca1e9bb851dc7bb39f930226fc7124bb7f /src
parent1f46ad42193a2dd17bccaf69f2f50df2279dc2f5 (diff)
downloadlibcroco-75a6ccf04e72e271a419602952c209ac3b1f4ce6.tar.gz
Fix linking by adding proper dependencies (bug 148790)
2006-05-02 Dom Lachowicz <cinamod@hotmail.com> * src/Makefile.am: Fix linking by adding proper dependencies (bug 148790)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4745c21..203cf96 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -96,5 +96,5 @@ libcroco_0_6_la_SOURCES= $(SRCS)
INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/intl \
-I $(top_builddir)/src @GLIB2_CFLAGS@ @LIBXML2_CFLAGS@
libcroco_0_6_la_LDFLAGS=-version-info @LIBCROCO_VERSION_INFO@ \
-@GLIB2_CFLAGS@ $(no_undefined)
+@GLIB2_CFLAGS@ @GLIB2_LIBS@ @LIBXML2_LIBS@ $(no_undefined)
libcroco_0_6_la_LIBADD=@GLIB2_LIBS@ @LIBXML2_LIBS@