From 55483b87132daf92ed65f531f648a7fec17bd733 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sat, 8 Jun 2019 17:38:00 -0400 Subject: * Add a settings UI --- src/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5cbce14..e89ade2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,10 +7,12 @@ libayatana_notifications_la_SOURCES = \ urlregex.h \ notification-menuitem.c \ notification-menuitem.h \ + settings.h \ indicator-notifications.c \ notification.c \ notification.h libayatana_notifications_la_CFLAGS = \ + -DSETTINGS_PATH=\""$(libexecdir)/$(PACKAGE)/indicator-notifications-settings"\" \ $(INDICATOR_CFLAGS) \ -Wall \ -DG_LOG_DOMAIN=\"ayatana-indicator-notifications\" @@ -20,3 +22,15 @@ libayatana_notifications_la_LDFLAGS = \ -module \ -avoid-version +pkglibexec_PROGRAMS = indicator-notifications-settings + +indicator_notifications_settings_SOURCES = \ + settings.h \ + indicator-notifications-settings.c + +indicator_notifications_settings_CFLAGS = \ + $(SETTINGS_CFLAGS) \ + -Wall + +indicator_notifications_settings_LDADD = \ + $(SETTINGS_LIBS) -- cgit v1.2.3