diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-28 10:01:51 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-28 10:01:51 -0500 |
commit | 418b38b48669c31e91423f9f5e92405b1ca64c38 (patch) | |
tree | f4e5055449c5cedb5b1070282e1fa5e977a555a1 /src/Makefile.in | |
parent | 86741206d6bc3c514d23585a73b71a905690d94d (diff) | |
parent | db2f40e817104f0c7711446361c9309cedaff563 (diff) | |
download | ayatana-indicator-messages-418b38b48669c31e91423f9f5e92405b1ca64c38.tar.gz ayatana-indicator-messages-418b38b48669c31e91423f9f5e92405b1ca64c38.tar.bz2 ayatana-indicator-messages-418b38b48669c31e91423f9f5e92405b1ca64c38.zip |
releasing version 0.3.91-0ubuntu1
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index acc459e..c1ca548 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -289,7 +289,15 @@ libmessaging_la_SOURCES = \ gen-messages-service.xml.c \ dbus-data.h -libmessaging_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed -Werror +libmessaging_la_CFLAGS = \ + $(APPLET_CFLAGS) \ + -Wall \ + -Wl,-Bsymbolic-functions \ + -Wl,-z,defs \ + -Wl,--as-needed \ + -Werror \ + -DG_LOG_DOMAIN=\"Indicator-Messages\" + libmessaging_la_LIBADD = $(APPLET_LIBS) libmessaging_la_LDFLAGS = -module -avoid-version @@ -315,7 +323,15 @@ indicator_messages_service_SOURCES = \ dirs.h \ dbus-data.h -indicator_messages_service_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed -Werror +indicator_messages_service_CFLAGS = \ + $(APPLET_CFLAGS) \ + -Wall \ + -Wl,-Bsymbolic-functions \ + -Wl,-z,defs \ + -Wl,--as-needed \ + -Werror \ + -DG_LOG_DOMAIN=\"Indicator-Messages\" + indicator_messages_service_LDADD = $(APPLET_LIBS) BUILT_SOURCES = \ gen-messages-service.xml.h \ |