diff options
| author | Jason Conti <jason.conti@gmail.com> | 2019-06-07 18:33:06 -0400 |
|---|---|---|
| committer | Jason Conti <jason.conti@gmail.com> | 2019-06-07 18:33:06 -0400 |
| commit | 6311a70ec239ce9b118a419dfddc5279b49d246d (patch) | |
| tree | e22edc83125894e44f4693b3b5853a9b0b6a5f66 /src/Makefile.am | |
| parent | b7793e65c04fc0d119d00980053a498c8337730e (diff) | |
| download | ayatana-indicator-notifications-6311a70ec239ce9b118a419dfddc5279b49d246d.tar.gz ayatana-indicator-notifications-6311a70ec239ce9b118a419dfddc5279b49d246d.tar.bz2 ayatana-indicator-notifications-6311a70ec239ce9b118a419dfddc5279b49d246d.zip | |
* Add a Settings... menu item to the indicator
* indicator-notifications-settings: check if a window already exists and
present it to avoid multiple windows
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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\" |
