diff options
author | William Wold <[email protected]> | 2020-10-05 11:43:16 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-24 16:49:14 +0200 |
commit | b9888622f450931c3110f9c5b08b8bc821617f9a (patch) | |
tree | 96f17378436a93868d1841ade09a377f6598afd2 /src/themes/standard/Makefile.am | |
parent | 260412fa744c8976c66753ce33989527ee733dc8 (diff) | |
download | mate-notification-daemon-b9888622f450931c3110f9c5b08b8bc821617f9a.tar.bz2 mate-notification-daemon-b9888622f450931c3110f9c5b08b8bc821617f9a.tar.xz |
Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.am
Diffstat (limited to 'src/themes/standard/Makefile.am')
-rw-r--r-- | src/themes/standard/Makefile.am | 4 |
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 |