diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 17:00:31 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 17:00:31 -0600 |
commit | 8cdf3c889851968c20ac257b4c534d93ff3b2358 (patch) | |
tree | 571f9cde7b2034c6d3ab028df347dbb0d52aa787 /src/Makefile.in | |
parent | be3fd99fbf3f34d1d2eb6f3f4c0ac7ed654b5bef (diff) | |
parent | 66add4a6889fe7d0e4aaccf2eb170c1eda0e8a6b (diff) | |
download | ayatana-indicator-messages-8cdf3c889851968c20ac257b4c534d93ff3b2358.tar.gz ayatana-indicator-messages-8cdf3c889851968c20ac257b4c534d93ff3b2358.tar.bz2 ayatana-indicator-messages-8cdf3c889851968c20ac257b4c534d93ff3b2358.zip |
* New upstream release.
* Fixing the service file
* Adding a log domain
* Fixing type handler for dbusmenu 0.3.94
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 \ |