aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-05-28 10:34:38 -0500
committerTed Gould <ted@canonical.com>2009-05-28 10:34:38 -0500
commitb470b71b0d2bd80552bcb36ed8a5c3b7aaa6e7d4 (patch)
tree311daff96bf854bc02945cd5838c678ba016758e /src/Makefile.am
parent6669d085f582706ed1dc278034381fd570aa7f1d (diff)
parent7bd2ed28f7657191beb001f60109167ab1644a57 (diff)
downloadayatana-indicator-messages-b470b71b0d2bd80552bcb36ed8a5c3b7aaa6e7d4.tar.gz
ayatana-indicator-messages-b470b71b0d2bd80552bcb36ed8a5c3b7aaa6e7d4.tar.bz2
ayatana-indicator-messages-b470b71b0d2bd80552bcb36ed8a5c3b7aaa6e7d4.zip
Fixing the service file to make it correct. Also some other smaller
cleanups.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c543e48..74db2df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,10 +4,10 @@ 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_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed
+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
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_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed
+indicator_messages_service_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed -Werror
indicator_messages_service_LDADD = $(APPLET_LIBS)