aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2019-06-08 16:00:21 -0400
committerJason Conti <jason.conti@gmail.com>2019-06-08 16:00:21 -0400
commit3433e42150a3afad618339846e991916af404f28 (patch)
tree506db367d47fc4979f1693de49ebf0b110087db1
parent1d7f379bf23089ee1ddbeb8572e1c789e1c8f0e4 (diff)
downloadayatana-indicator-notifications-3433e42150a3afad618339846e991916af404f28.tar.gz
ayatana-indicator-notifications-3433e42150a3afad618339846e991916af404f28.tar.bz2
ayatana-indicator-notifications-3433e42150a3afad618339846e991916af404f28.zip
* Move settings to pkglibexec dir
* Bump version
-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 \