diff options
author | David Zeuthen <davidz@redhat.com> | 2012-05-25 11:20:05 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2012-05-25 11:20:05 -0400 |
commit | e5dafb816bcefdceb617e32fbfb527f865c8879c (patch) | |
tree | 265280f2ef06e469609ddf2b61bb304dde4beaba | |
parent | 6415f6fd56ecf6e28d77b0ef6720f03e2a216f8d (diff) | |
download | polkit-e5dafb816bcefdceb617e32fbfb527f865c8879c.tar.gz |
Remove unused DBUS_GLIB_* and GIO_* variables
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r-- | docs/polkit/Makefile.am | 4 | ||||
-rw-r--r-- | src/polkitbackend/Makefile.am | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am index a9bac88..8c6e58a 100644 --- a/docs/polkit/Makefile.am +++ b/docs/polkit/Makefile.am @@ -26,9 +26,7 @@ IGNORE_HFILES= \ # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. INCLUDES = \ - $(DBUS_GLIB_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GIO_CFLAGS) \ -I$(top_srcdir)/src/polkit \ -I$(top_builddir)/src/polkit \ -I$(top_srcdir)/src/polkitagent \ @@ -36,9 +34,7 @@ INCLUDES = \ $(NULL) GTKDOC_LIBS = \ - $(DBUS_GLIB_LIBS) \ $(GLIB_LIBS) \ - $(GIO_LIBS) \ $(top_builddir)/src/polkit/libpolkit-gobject-1.la \ $(top_builddir)/src/polkitagent/libpolkit-agent-1.la \ $(NULL) diff --git a/src/polkitbackend/Makefile.am b/src/polkitbackend/Makefile.am index 8a0e76b..a173125 100644 --- a/src/polkitbackend/Makefile.am +++ b/src/polkitbackend/Makefile.am @@ -81,7 +81,6 @@ polkitd_CFLAGS = \ $(NULL) polkitd_LDADD = \ - $(DBUS_GLIB_LIBS) \ $(GLIB_LIBS) \ $(top_builddir)/src/polkit/libpolkit-gobject-1.la \ libpolkit-backend-1.la \ |