diff options
author | Brian Pepple <bpepple@fedoraproject.org> | 2010-09-12 17:56:51 -0400 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-09-13 09:35:31 +0100 |
commit | 391b4971474837f5ae63fa827609ca8e42f87da2 (patch) | |
tree | 8f0ee8477ef4c21db0d589c59665092cbfd71aec /tools | |
parent | 6e9bcd1804b328797aa5309a268b65531bb69e8a (diff) |
Link gio libs in import-tool makefiles
Closes: bgo#629452
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 1a0e961..5c38564 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -14,12 +14,14 @@ folks_import_SOURCES = \ import-pidgin.vala \ $(NULL) folks_import_CFLAGS = \ + $(GIO_CFLAGS) \ $(GLIB_CFLAGS) \ $(GEE_CFLAGS) \ $(LIBXML_CFLAGS) \ -I$(top_srcdir)/folks \ $(NULL) folks_import_LDADD = \ + $(GIO_LIBS) \ $(GLIB_LIBS) \ $(GEE_LIBS) \ $(LIBXML_LIBS) \ |