← Back to team overview

ayatana-commits team mailing list archive

[Branch ~dbusmenu-team/dbusmenu/trunk] Rev 244: Have the gir-scanner use the exported interfaces

 

Merge authors:
  Ted Gould (ted)
Related merge proposals:
  https://code.launchpad.net/~ted/dbusmenu/grrr-use-right-interfaces/+merge/51431
  proposed by: Ted Gould (ted)
  review: Approve - Mikkel Kamstrup Erlandsen (kamstrup)
------------------------------------------------------------
revno: 244 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Tue 2011-03-01 11:17:20 -0600
message:
  Have the gir-scanner use the exported interfaces
modified:
  libdbusmenu-glib/Makefile.am


--
lp:dbusmenu
https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk

Your team ayatana-commits is subscribed to branch lp:dbusmenu.
To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription
=== modified file 'libdbusmenu-glib/Makefile.am'
--- libdbusmenu-glib/Makefile.am	2011-02-24 14:31:26 +0000
+++ libdbusmenu-glib/Makefile.am	2011-02-25 15:04:39 +0000
@@ -17,12 +17,17 @@
 
 libdbusmenu_glibincludedir=$(includedir)/libdbusmenu-0.4/libdbusmenu-glib/
 
+
+EXPORTED_OBJECTS = \
+	enum-types.h \
+	menuitem.h \
+	menuitem-proxy.h \
+	server.h \
+	client.h
+
 libdbusmenu_glibinclude_HEADERS = \
+	$(EXPORTED_OBJECTS) \
 	dbusmenu-glib.h \
-	menuitem.h \
-	menuitem-proxy.h \
-	server.h \
-	client.h \
 	types.h
 
 libdbusmenu_glib_la_SOURCES = \
@@ -153,7 +158,9 @@
 
 if HAVE_INTROSPECTION
 
-introspection_sources = $(libdbusmenu_glibinclude_HEADERS) $(libdbusmenu_glib_la_SOURCES)
+introspection_sources = \
+	$(libdbusmenu_glibinclude_HEADERS) \
+	$(EXPORTED_OBJECTS:.h=.c)
 
 Dbusmenu-0.4.gir: libdbusmenu-glib.la
 Dbusmenu_0_4_gir_INCLUDES = \