diff options
author | Ted Gould <ted@canonical.com> | 2008-12-04 23:08:47 -0800 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-12-04 23:08:47 -0800 |
commit | 0d28e608426f3ce161eddb619ae5dbf7198e3e5e (patch) | |
tree | 83e6ff265193e5307e767d155a032372cbff8c39 /src/Makefile.am | |
parent | 227bcb33b7e2a63f34535b9121803933bc62a032 (diff) | |
download | libayatana-indicator-0d28e608426f3ce161eddb619ae5dbf7198e3e5e.tar.gz libayatana-indicator-0d28e608426f3ce161eddb619ae5dbf7198e3e5e.tar.bz2 libayatana-indicator-0d28e608426f3ce161eddb619ae5dbf7198e3e5e.zip |
Moving the indicator directory cross-packages.
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 f0f9c6e..818bdd9 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)/indicators/1"\" \ + -DINDICATOR_DIR=\""$(libdir)/indicators/1"\" \ $(APPLET_CFLAGS) indicator_applet_SOURCES = \ |