diff options
author | Ted Gould <ted@canonical.com> | 2008-12-03 19:57:47 -0800 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-12-03 19:57:47 -0800 |
commit | bbc53478d68d7d830ff15cf3ac8693ee80a9f0bc (patch) | |
tree | 51fd8b37ff3e99b72c27533178e5e2c569c820ea /src/Makefile.am | |
parent | 854bab06f1fedf7081515ba9de7be7244e5e6a72 (diff) | |
download | libayatana-indicator-bbc53478d68d7d830ff15cf3ac8693ee80a9f0bc.tar.gz libayatana-indicator-bbc53478d68d7d830ff15cf3ac8693ee80a9f0bc.tar.bz2 libayatana-indicator-bbc53478d68d7d830ff15cf3ac8693ee80a9f0bc.zip |
Okay, we're all doing everything perfect
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 b261fa2..1ebaa38 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,7 @@ libexec_PROGRAMS = \ indicator_applet_CFLAGS = \ -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ -DDATADIR=\""$(datadir)"\" \ + -DINDICATOR_DIR=\""$(libexecdir)/indicator-applet/indicators/"\" \ $(APPLET_CFLAGS) indicator_applet_SOURCES = \ |