From eda1904d85a6399791a6294a43a9cb5e55a1f958 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 15 Jul 2010 14:15:49 -0700 Subject: Cut unnecessary dbus-glib flags from the libfolks build process. --- folks/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/folks/Makefile.am b/folks/Makefile.am index efe375f..c3d025e 100644 --- a/folks/Makefile.am +++ b/folks/Makefile.am @@ -39,14 +39,12 @@ folks_deps = \ libfolks_la_CFLAGS = \ $(GIO_CFLAGS) \ $(GLIB_CFLAGS) \ - $(DBUS_GLIB_CFLAGS) \ $(GEE_CFLAGS) \ $(NULL) libfolks_la_LIBADD = \ $(GIO_LIBS) \ $(GLIB_LIBS) \ - $(DBUS_GLIB_LIBS) \ $(GEE_LIBS) \ $(NULL) -- cgit v1.2.3