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 /docs | |
parent | 6415f6fd56ecf6e28d77b0ef6720f03e2a216f8d (diff) |
Remove unused DBUS_GLIB_* and GIO_* variables
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/polkit/Makefile.am | 4 |
1 files changed, 0 insertions, 4 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) |