aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-28 11:18:46 -0600
committerTed Gould <ted@gould.cx>2011-01-28 11:18:46 -0600
commit89abeb732d4ec0222859838795c6ebaa8d677d79 (patch)
treec8cfbfc0efba23c157202d5ac53412c396826132 /src/Makefile.in
parent7084edf414c54d5b4855bab7b1356b34f5092819 (diff)
parent259beb1229b4b4939ec966688ec04a38a0746110 (diff)
downloadayatana-indicator-session-89abeb732d4ec0222859838795c6ebaa8d677d79.tar.gz
ayatana-indicator-session-89abeb732d4ec0222859838795c6ebaa8d677d79.tar.bz2
ayatana-indicator-session-89abeb732d4ec0222859838795c6ebaa8d677d79.zip
* New upstream release.
* Fix service file names * Add log domain * Fix dbusmenu prototypes
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 06ae3b0..b28fbce 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -314,7 +314,11 @@ libsession_la_SOURCES = \
dbusmenu-shared.h \
users-service-client.h
-libsession_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror
+libsession_la_CFLAGS = \
+ $(APPLET_CFLAGS) \
+ -Wall -Werror \
+ -DG_LOG_DOMAIN=\"Indicator-Session\"
+
libsession_la_LIBADD = $(APPLET_LIBS)
libsession_la_LDFLAGS = -module -avoid-version
@@ -334,8 +338,17 @@ indicator_session_service_SOURCES = \
users-service-dbus.c \
users-service-marshal.c
-indicator_session_service_CFLAGS = $(SESSIONSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror
-indicator_session_service_LDADD = $(SESSIONSERVICE_LIBS) $(GCONF_LIBS)
+indicator_session_service_CFLAGS = \
+ $(SESSIONSERVICE_CFLAGS) \
+ $(GCONF_CFLAGS) \
+ -DLIBEXECDIR=\"$(libexecdir)\" \
+ -Wall -Werror \
+ -DG_LOG_DOMAIN=\"Indicator-Session\"
+
+indicator_session_service_LDADD = \
+ $(SESSIONSERVICE_LIBS) \
+ $(GCONF_LIBS)
+
#################
# GTK Logout Stuff