diff options
author | Ted Gould <ted@canonical.com> | 2009-02-06 10:37:30 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-06 10:37:30 +0100 |
commit | e2fae3b7987703033c61b454999be415a73e5e9e (patch) | |
tree | be081572619269e083ae9966afb1c23efc0bae92 /libindicate/Makefile.am | |
parent | 18daf0a95de67cbc3e1789c1d552911b06668213 (diff) | |
download | libayatana-indicator-e2fae3b7987703033c61b454999be415a73e5e9e.tar.gz libayatana-indicator-e2fae3b7987703033c61b454999be415a73e5e9e.tar.bz2 libayatana-indicator-e2fae3b7987703033c61b454999be415a73e5e9e.zip |
Removing GObject introspection for now
Diffstat (limited to 'libindicate/Makefile.am')
-rw-r--r-- | libindicate/Makefile.am | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index 3ceba08..b06f644 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -71,31 +71,31 @@ listener-marshal.c: listener-marshal.list --prefix=indicate_listener_marshal $(srcdir)/listener-marshal.list \ > listener-marshal.c -pkgconfig_DATA = indicate.pc -pkgconfigdir = $(libdir)/pkgconfig - -gobjectintrospection_gir_DATA = \ - Indicate-0.1.gir -gobjectintrospection_girdir = $(datadir)/gir - -gobjectintrospection_type_DATA = \ - Indicate-0.1.typelib -gobjectintrospection_typedir = $(libdir)/girepository - -irscanner_headers = $(patsubst %,$(srcdir)/%,$(indicate_headers)) -Indicate-0.1.gir: $(irscanner_headers) - $(G_IR_SCANNER) \ - -v --namespace Indicate \ - --nsversion=0.1 \ - --add-include-path=$(srcdir) \ - --include=GObject-2.0 \ - --include=GLib-2.0 \ - --include=GdkPixbuf-2.0 \ - --library=indicate --pkg indicate \ - --output Indicate-0.1.gir $(irscanner_headers) - -Indicate-0.1.typelib: Indicate-0.1.gir - $(G_IR_COMPILER) \ - --includedir=$(srcdir) Indicate-0.1.gir \ - -o Indicate-0.1.typelib +#pkgconfig_DATA = indicate.pc +#pkgconfigdir = $(libdir)/pkgconfig +# +#gobjectintrospection_gir_DATA = \ +# Indicate-0.1.gir +#gobjectintrospection_girdir = $(datadir)/gir +# +#gobjectintrospection_type_DATA = \ +# Indicate-0.1.typelib +#gobjectintrospection_typedir = $(libdir)/girepository +# +#irscanner_headers = $(patsubst %,$(srcdir)/%,$(indicate_headers)) +#Indicate-0.1.gir: $(irscanner_headers) +# $(G_IR_SCANNER) \ +# -v --namespace Indicate \ +# --nsversion=0.1 \ +# --add-include-path=$(srcdir) \ +# --include=GObject-2.0 \ +# --include=GLib-2.0 \ +# --include=GdkPixbuf-2.0 \ +# --library=indicate --pkg indicate \ +# --output Indicate-0.1.gir $(irscanner_headers) +# +#Indicate-0.1.typelib: Indicate-0.1.gir +# $(G_IR_COMPILER) \ +# --includedir=$(srcdir) Indicate-0.1.gir \ +# -o Indicate-0.1.typelib |