diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | libindicate/Makefile.am | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ea4ec21..2b4e649 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1~ppa32) intrepid; urgency=low + + * Adding back in the package config data + + -- Ted Gould <ted@ubuntu.com> Fri, 06 Feb 2009 14:14:33 +0100 + indicator-applet (0.1~ppa31) intrepid; urgency=low * Ah, silly packaging stuff. I hate packaging. diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index b06f644..0bf400c 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -71,9 +71,9 @@ listener-marshal.c: listener-marshal.list --prefix=indicate_listener_marshal $(srcdir)/listener-marshal.list \ > listener-marshal.c -#pkgconfig_DATA = indicate.pc -#pkgconfigdir = $(libdir)/pkgconfig -# +pkgconfig_DATA = indicate.pc +pkgconfigdir = $(libdir)/pkgconfig + #gobjectintrospection_gir_DATA = \ # Indicate-0.1.gir #gobjectintrospection_girdir = $(datadir)/gir |