From 6311a70ec239ce9b118a419dfddc5279b49d246d Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Fri, 7 Jun 2019 18:33:06 -0400 Subject: * Add a Settings... menu item to the indicator * indicator-notifications-settings: check if a window already exists and present it to avoid multiple windows --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index eda87c8..d5a786f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,7 @@ libnotifications_la_SOURCES = \ notification.h libnotifications_la_CFLAGS = \ + -DSETTINGS_PATH=\""$(libexecdir)/indicator-notifications-settings"\" \ $(INDICATOR_CFLAGS) \ -Wall \ -DG_LOG_DOMAIN=\"Indicator-Notifications\" -- cgit v1.2.3