diff options
author | Ted Gould <ted@canonical.com> | 2009-01-21 14:41:05 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-21 14:41:05 -0600 |
commit | 0e3f32e6112f5e00b92858a8a2882cc4de3cd0d7 (patch) | |
tree | 176b5fb9736107c7afbea9da04ed462d803cc652 | |
parent | ef94cd447f1d827d54113bab62a399c60bdb6aaa (diff) | |
download | ayatana-indicator-messages-0e3f32e6112f5e00b92858a8a2882cc4de3cd0d7.tar.gz ayatana-indicator-messages-0e3f32e6112f5e00b92858a8a2882cc4de3cd0d7.tar.bz2 ayatana-indicator-messages-0e3f32e6112f5e00b92858a8a2882cc4de3cd0d7.zip |
Adding in some more warnings
-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 617ac45..d003e6e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,5 +2,5 @@ messaginglibdir = $(libdir)/indicators/1 messaginglib_LTLIBRARIES = libmessaging.la libmessaging_la_SOURCES = indicator-messages.c im-menu-item.c im-menu-item.h -libmessaging_la_CFLAGS = $(APPLET_CFLAGS) +libmessaging_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed libmessaging_la_LIBADD = $(APPLET_LIBS) |