From 3433e42150a3afad618339846e991916af404f28 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sat, 8 Jun 2019 16:00:21 -0400 Subject: * Move settings to pkglibexec dir * Bump version --- .gitignore | 1 + configure.ac | 2 +- src/Makefile.am | 4 ++-- 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 \ -- cgit v1.2.3