diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-18 10:53:38 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-18 10:53:38 -0600 |
| commit | de00d014bce1def051bacc11abbd429c38acebfc (patch) | |
| tree | 1d3cc7be1260d14d488934e002613e3d1003f4e1 /libdbusmenu-glib/Makefile.am | |
| parent | c1ab2f992a08d7ab9a34db1c9b6fb1136e4af7e4 (diff) | |
| parent | 1664971299f0495c531ac2c46a599ae52f4abe0d (diff) | |
| download | libdbusmenu-de00d014bce1def051bacc11abbd429c38acebfc.tar.gz libdbusmenu-de00d014bce1def051bacc11abbd429c38acebfc.tar.bz2 libdbusmenu-de00d014bce1def051bacc11abbd429c38acebfc.zip | |
* Upstream Merge
* Adding in menuitem proxy object.
Diffstat (limited to 'libdbusmenu-glib/Makefile.am')
| -rw-r--r-- | libdbusmenu-glib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am index 998af50..65ebf4c 100644 --- a/libdbusmenu-glib/Makefile.am +++ b/libdbusmenu-glib/Makefile.am @@ -12,6 +12,7 @@ libdbusmenu_glibincludedir=$(includedir)/libdbusmenu-0.1/libdbusmenu-glib/ libdbusmenu_glibinclude_HEADERS = \ menuitem.h \ + menuitem-proxy.h \ server.h \ client.h @@ -23,6 +24,8 @@ libdbusmenu_glib_la_SOURCES = \ menuitem-marshal.h \ menuitem-marshal.c \ menuitem-private.h \ + menuitem-proxy.h \ + menuitem-proxy.c \ server.h \ server.c \ server-marshal.h \ |
