diff options
author | Ted Gould <ted@canonical.com> | 2009-01-29 09:40:01 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-29 09:40:01 -0600 |
commit | d2f37fb1acf302382f3608c46411247cc01495cb (patch) | |
tree | a337d2ac61dd6e2d0679291ae72c365f86a28938 | |
parent | 116ff8e55859ffb43a747b218eb26bad990ea72d (diff) | |
download | libayatana-indicator-d2f37fb1acf302382f3608c46411247cc01495cb.tar.gz libayatana-indicator-d2f37fb1acf302382f3608c46411247cc01495cb.tar.bz2 libayatana-indicator-d2f37fb1acf302382f3608c46411247cc01495cb.zip |
Removing DBus from the gobject introspection
-rw-r--r-- | libindicate/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index e2aef39..834af63 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -90,8 +90,6 @@ Indicate-0.1.gir: $(irscanner_headers) --add-include-path=$(srcdir) \ --include=GObject-2.0 \ --include=GLib-2.0 \ - --include=DBus-1.0 \ - --include=DBusGLib-1.0 \ --library=indicate --pkg indicate \ --output Indicate-0.1.gir $(irscanner_headers) |