diff options
| author | Ted Gould <ted@gould.cx> | 2011-05-03 09:26:46 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-05-03 09:26:46 -0500 |
| commit | a4b9fc5bddae5ec02c16a5aedb3f9199bde540d7 (patch) | |
| tree | 24238ae10b751c2ed8c0b18aa5680df8aa6ff5be /libdbusmenu-gtk/Makefile.am | |
| parent | dc52456c069c025cbbec8071eea4118d0c89214c (diff) | |
| parent | 922dce4b4d45ec048600d6790e2a615be8f1deb2 (diff) | |
| download | libdbusmenu-a4b9fc5bddae5ec02c16a5aedb3f9199bde540d7.tar.gz libdbusmenu-a4b9fc5bddae5ec02c16a5aedb3f9199bde540d7.tar.bz2 libdbusmenu-a4b9fc5bddae5ec02c16a5aedb3f9199bde540d7.zip | |
Removing the serializable menuitem
Diffstat (limited to 'libdbusmenu-gtk/Makefile.am')
| -rw-r--r-- | libdbusmenu-gtk/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libdbusmenu-gtk/Makefile.am b/libdbusmenu-gtk/Makefile.am index aa36445..9a979d7 100644 --- a/libdbusmenu-gtk/Makefile.am +++ b/libdbusmenu-gtk/Makefile.am @@ -24,8 +24,7 @@ libdbusmenu_gtkinclude_HEADERS = \ client.h \ menu.h \ menuitem.h \ - parser.h \ - serializablemenuitem.h + parser.h libdbusmenu_gtk_la_SOURCES = \ client.h \ @@ -37,9 +36,7 @@ libdbusmenu_gtk_la_SOURCES = \ menuitem.h \ menuitem.c \ parser.h \ - parser.c \ - serializablemenuitem.h \ - serializablemenuitem.c + parser.c libdbusmenu_gtk_la_LDFLAGS = \ -version-info $(LIBDBUSMENU_CURRENT):$(LIBDBUSMENU_REVISION):$(LIBDBUSMENU_AGE) \ |
