diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-17 14:28:37 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-17 14:28:37 -0600 |
| commit | c0748d6ec731dd186c16f11045f66b692e5b4d6b (patch) | |
| tree | fd11b2c39f3257920a1a5befbfab72a21d692edb /libdbusmenu-glib/Makefile.am | |
| parent | 74052e601e19a2ce169ddd8529874f85497c909c (diff) | |
| parent | 8021b8e5434ecc2d76495c1d3e52cc9a0691852a (diff) | |
| download | libdbusmenu-c0748d6ec731dd186c16f11045f66b692e5b4d6b.tar.gz libdbusmenu-c0748d6ec731dd186c16f11045f66b692e5b4d6b.tar.bz2 libdbusmenu-c0748d6ec731dd186c16f11045f66b692e5b4d6b.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 \ |
