diff options
author | Ted Gould <ted@canonical.com> | 2009-08-19 15:38:15 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-19 15:38:15 -0500 |
commit | 83836f587d5f4c11a9227c215a719a4ec4f2a71f (patch) | |
tree | d301ae13d9d097cd0ce4b5757963d54bf22ca5fc /src/Makefile.am | |
parent | f0269893fd65671ee5022a7be43570572e118917 (diff) | |
download | ayatana-indicator-messages-83836f587d5f4c11a9227c215a719a4ec4f2a71f.tar.gz ayatana-indicator-messages-83836f587d5f4c11a9227c215a719a4ec4f2a71f.tar.bz2 ayatana-indicator-messages-83836f587d5f4c11a9227c215a719a4ec4f2a71f.zip |
Adding in a new menu-item type. One for launchers! Woo Hoo!
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4944c45..fea03eb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,6 @@ libmessaging_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z, libmessaging_la_LIBADD = $(APPLET_LIBS) libmessaging_la_LDFLAGS = -module -avoid-version -indicator_messages_service_SOURCES = indicator-service.c im-menu-item.c im-menu-item.h app-menu-item.c app-menu-item.h +indicator_messages_service_SOURCES = indicator-service.c im-menu-item.c im-menu-item.h app-menu-item.c app-menu-item.h launcher-menu-item.c launcher-menu-item.h indicator_messages_service_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed -Werror indicator_messages_service_LDADD = $(APPLET_LIBS) |