aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-10 16:59:25 -0500
committerTed Gould <ted@gould.cx>2010-08-10 16:59:25 -0500
commitf4b22a7fa52695acc7e1e5abd20859f320e3895f (patch)
tree32c0172171f21c0176972daf9eeb62a972f518a1 /src/Makefile.am
parentdad491a83573507401805d9782a02dec2bad743a (diff)
downloadayatana-indicator-application-f4b22a7fa52695acc7e1e5abd20859f320e3895f.tar.gz
ayatana-indicator-application-f4b22a7fa52695acc7e1e5abd20859f320e3895f.tar.bz2
ayatana-indicator-application-f4b22a7fa52695acc7e1e5abd20859f320e3895f.zip
Putting together the pieces to look for override files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a7cfc0b..1c4e7ae 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,6 +54,7 @@ indicator_application_service_SOURCES = \
indicator_application_service_CFLAGS = \
$(INDICATOR_CFLAGS) \
+ -DDATADIR="\"$(pkgdatadir)\"" \
-Wall -Werror \
-DG_LOG_DOMAIN=\"indicator-application-service\"