diff options
author | Ted Gould <ted@canonical.com> | 2009-08-19 15:37:31 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-19 15:37:31 -0500 |
commit | f0269893fd65671ee5022a7be43570572e118917 (patch) | |
tree | bf25004ed66a6679da72e132226b5cf743370e5c /src | |
parent | aed88cf243dc4862683acc886513ad970aafad60 (diff) | |
download | ayatana-indicator-messages-f0269893fd65671ee5022a7be43570572e118917.tar.gz ayatana-indicator-messages-f0269893fd65671ee5022a7be43570572e118917.tar.bz2 ayatana-indicator-messages-f0269893fd65671ee5022a7be43570572e118917.zip |
No reason that all these should be linked into the loadable module. Err, fail.
Diffstat (limited to 'src')
-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 74db2df..4944c45 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = indicator-messages-service messaginglibdir = $(INDICATORDIR) messaginglib_LTLIBRARIES = libmessaging.la -libmessaging_la_SOURCES = indicator-messages.c im-menu-item.c im-menu-item.h app-menu-item.c app-menu-item.h +libmessaging_la_SOURCES = indicator-messages.c libmessaging_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed -Werror libmessaging_la_LIBADD = $(APPLET_LIBS) libmessaging_la_LDFLAGS = -module -avoid-version |