aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am4
3 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 46cf8be..187df7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@ data/indicator-example.service
po/Makefile
po/Makefile.in
po/Makefile.in.in
+po/Makevars.template
po/POTFILES
po/stamp-it
po/Rules-quot
diff --git a/configure.ac b/configure.ac
index fe616ba..3859b84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([indicator-notifications], [0.3.3], [jason.conti@gmail.com])
+AC_INIT([indicator-notifications], [0.4.0], [jason.conti@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/Makefile.am b/src/Makefile.am
index d5a786f..1e66601 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,7 @@ libnotifications_la_SOURCES = \
notification.h
libnotifications_la_CFLAGS = \
- -DSETTINGS_PATH=\""$(libexecdir)/indicator-notifications-settings"\" \
+ -DSETTINGS_PATH=\""$(libexecdir)/$(PACKAGE)/indicator-notifications-settings"\" \
$(INDICATOR_CFLAGS) \
-Wall \
-DG_LOG_DOMAIN=\"Indicator-Notifications\"
@@ -27,7 +27,7 @@ libnotifications_la_LDFLAGS = \
-module \
-avoid-version
-libexec_PROGRAMS = indicator-notifications-settings
+pkglibexec_PROGRAMS = indicator-notifications-settings
indicator_notifications_settings_SOURCES = \
settings.h \