summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-12-03 11:47:28 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-12-03 11:47:28 -0500
commit9f2a237970c223bddbc5d0001fd8957d027a2ae0 (patch)
tree6f81b22f5e5cbd06a170bdbf6baff7245a152541 /configure.ac
parent01ddf9ef81b7db2c8a9065b4feb53b0542d0d67d (diff)
add a pkgconfig file and fix 'make distcheck'
also remove libgee dep since we don't (currently) use it
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index f507980..195def1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,10 +111,6 @@ PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.14.0 gio-2.0 >= 2.14.0])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
-PKG_CHECK_MODULES(GEE, [gee-1.0 >= 0.1.3])
-AC_SUBST(GEE_CFLAGS)
-AC_SUBST(GEE_LIBS)
-
PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0])
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
@@ -143,6 +139,7 @@ fi
AC_OUTPUT([
Makefile
+eggdbus-1.pc
src/Makefile
src/eggdbus/Makefile
src/tests/Makefile