diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 16:59:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 16:59:25 -0500 |
commit | f4b22a7fa52695acc7e1e5abd20859f320e3895f (patch) | |
tree | 32c0172171f21c0176972daf9eeb62a972f518a1 /src/Makefile.am | |
parent | dad491a83573507401805d9782a02dec2bad743a (diff) | |
download | libayatana-appindicator-f4b22a7fa52695acc7e1e5abd20859f320e3895f.tar.gz libayatana-appindicator-f4b22a7fa52695acc7e1e5abd20859f320e3895f.tar.bz2 libayatana-appindicator-f4b22a7fa52695acc7e1e5abd20859f320e3895f.zip |
Putting together the pieces to look for override files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
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\" |