diff options
| author | rbuj <[email protected]> | 2020-03-17 20:23:08 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2020-04-16 14:35:22 +0200 |
| commit | d52773fc3edbe5cd8e824109c4590d7d2ee69ee6 (patch) | |
| tree | 24993b44b6af0118d0c695a086983d4680529a25 /src/themes/standard/Makefile.am | |
| parent | eb8b7e13f2b4c6076c47c87c50ee2ffeb74409a9 (diff) | |
| download | mate-notification-daemon-d52773fc3edbe5cd8e824109c4590d7d2ee69ee6.tar.bz2 mate-notification-daemon-d52773fc3edbe5cd8e824109c4590d7d2ee69ee6.tar.xz | |
Filter-out img elements from notification body
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 7f82f54..42476a4 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) +libstandard_la_LIBADD = $(NOTIFICATION_DAEMON_LIBS) $(THEME_LIBS) -AM_CPPFLAGS = $(NOTIFICATION_DAEMON_CFLAGS) +AM_CPPFLAGS = $(NOTIFICATION_DAEMON_CFLAGS) $(THEME_CFLAGS) -include $(top_srcdir)/git.mk |
