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 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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