diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 21:26:08 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 21:26:08 -0500 |
commit | 21fcf7a390364a622f3f51d529f33603983a78e8 (patch) | |
tree | d6bb72442c33caac9966fe02b652393c7ab485af /src/Makefile.am | |
parent | 1c31b31680c5664bb2034f1c4374312b57f29ea7 (diff) | |
parent | 51de4ced42e132fa3a66a2739e8a3ba861842467 (diff) | |
download | libayatana-appindicator-21fcf7a390364a622f3f51d529f33603983a78e8.tar.gz libayatana-appindicator-21fcf7a390364a622f3f51d529f33603983a78e8.tar.bz2 libayatana-appindicator-21fcf7a390364a622f3f51d529f33603983a78e8.zip |
* Upstream Merge
* Adding in override files for the ordering IDs
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\" |