diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 21:27:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 21:27:10 -0500 |
commit | 3d26f164477c05863f0c57e8d65e2922392a7d63 (patch) | |
tree | aff66633ee5cae9290d6db9023ad3279d830e9f9 /src/Makefile.in | |
parent | 21fcf7a390364a622f3f51d529f33603983a78e8 (diff) | |
download | libayatana-appindicator-3d26f164477c05863f0c57e8d65e2922392a7d63.tar.gz libayatana-appindicator-3d26f164477c05863f0c57e8d65e2922392a7d63.tar.bz2 libayatana-appindicator-3d26f164477c05863f0c57e8d65e2922392a7d63.zip |
Autogen
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 5ed2a9a..b0ceb16 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -415,6 +415,7 @@ indicator_application_service_SOURCES = \ indicator_application_service_CFLAGS = \ $(INDICATOR_CFLAGS) \ + -DDATADIR="\"$(pkgdatadir)\"" \ -Wall -Werror \ -DG_LOG_DOMAIN=\"indicator-application-service\" |