diff options
author | Ted Gould <ted@gould.cx> | 2011-01-13 09:57:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-13 09:57:37 -0600 |
commit | 86337748c5683bc8f5f953e9baa85fe485d8ff26 (patch) | |
tree | e8e96ecae85fb653b2702b1d9fc65645937f1aef /libdbusmenu-gtk | |
parent | 04d103c50c6cfaee91612cc62919e2582d6f546e (diff) | |
download | libdbusmenu-86337748c5683bc8f5f953e9baa85fe485d8ff26.tar.gz libdbusmenu-86337748c5683bc8f5f953e9baa85fe485d8ff26.tar.bz2 libdbusmenu-86337748c5683bc8f5f953e9baa85fe485d8ff26.zip |
Fixing packages names for the gir scanner
Diffstat (limited to 'libdbusmenu-gtk')
-rw-r--r-- | libdbusmenu-gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/Makefile.am b/libdbusmenu-gtk/Makefile.am index ac2eee9..1957820 100644 --- a/libdbusmenu-gtk/Makefile.am +++ b/libdbusmenu-gtk/Makefile.am @@ -95,7 +95,7 @@ DbusmenuGtk_0_4_gir_LIBS = libdbusmenu-gtk$(VER).la DbusmenuGtk_0_4_gir_FILES = $(addprefix $(srcdir)/, $(introspection_sources)) DbusmenuGtk_0_4_gir_NAMESPACE = DbusmenuGtk$(VER) DbusmenuGtk_0_4_gir_SCANNERFLAGS = $(INTROSPECTION_SCANNER_ARGS) -DbusmenuGtk_0_4_gir_PACKAGES = dbusmenu-gtk$(VER) +DbusmenuGtk_0_4_gir_PACKAGES = dbusmenu-gtk$(VER)-0.4 # We duplicate these for the same reason as libdbusmenu_gtk3includedir above DbusmenuGtk3_0_4_gir_INCLUDES = $(DbusmenuGtk_0_4_gir_INCLUDES) |