summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2020-10-05 11:43:16 -0700
committerraveit65 <[email protected]>2020-10-24 16:49:14 +0200
commitb9888622f450931c3110f9c5b08b8bc821617f9a (patch)
tree96f17378436a93868d1841ade09a377f6598afd2
parent260412fa744c8976c66753ce33989527ee733dc8 (diff)
downloadmate-notification-daemon-b9888622f450931c3110f9c5b08b8bc821617f9a.tar.bz2
mate-notification-daemon-b9888622f450931c3110f9c5b08b8bc821617f9a.tar.xz
Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.am
-rw-r--r--src/themes/standard/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/themes/standard/Makefile.am b/src/themes/standard/Makefile.am
index 42476a4..984c6c4 100644
--- a/src/themes/standard/Makefile.am
+++ b/src/themes/standard/Makefile.am
@@ -5,8 +5,8 @@ engine_LTLIBRARIES = libstandard.la
libstandard_la_SOURCES = theme.c
libstandard_la_CFLAGS = $(WARN_CFLAGS)
libstandard_la_LDFLAGS = -module -avoid-version -no-undefined
-libstandard_la_LIBADD = $(NOTIFICATION_DAEMON_LIBS) $(THEME_LIBS)
+libstandard_la_LIBADD = $(THEME_LIBS)
-AM_CPPFLAGS = $(NOTIFICATION_DAEMON_CFLAGS) $(THEME_CFLAGS)
+AM_CPPFLAGS = $(THEME_CFLAGS)
-include $(top_srcdir)/git.mk