diff options
author | Ted Gould <ted@canonical.com> | 2008-12-03 23:51:29 -0800 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-12-03 23:51:29 -0800 |
commit | 2253177c635527479c2d6b096dcb870b9600f3da (patch) | |
tree | abcfed4be17a6615d6043553f110d036047825b6 /src/Makefile.am | |
parent | 75f4a72eaca3053d765c903bb0a6844cec10209c (diff) | |
download | libayatana-indicator-2253177c635527479c2d6b096dcb870b9600f3da.tar.gz libayatana-indicator-2253177c635527479c2d6b096dcb870b9600f3da.tar.bz2 libayatana-indicator-2253177c635527479c2d6b096dcb870b9600f3da.zip |
Parse directories
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1ebaa38..f0f9c6e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ libexec_PROGRAMS = \ indicator_applet_CFLAGS = \ -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ -DDATADIR=\""$(datadir)"\" \ - -DINDICATOR_DIR=\""$(libexecdir)/indicator-applet/indicators/"\" \ + -DINDICATOR_DIR=\""$(libexecdir)/indicators/1"\" \ $(APPLET_CFLAGS) indicator_applet_SOURCES = \ |