aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--src/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 47d0742..11b1a13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-applet (0.1~ppa8) intrepid; urgency=low
+
+ * Moving the indicator directory cross-packages.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 04 Dec 2008 22:56:40 -0800
+
indicator-applet (0.1~ppa7) intrepid; urgency=low
* Put in the kickarse loader code. Happy, happy.
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 = \