diff options
author | Steve Zesch <[email protected]> | 2013-01-20 14:00:54 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2013-01-20 14:00:54 -0500 |
commit | 276eae936334c109ffa6b2e3199f97b1885dfa62 (patch) | |
tree | 4a2fa58f85b799ec8e2c63012244b1a015877220 /src/themes/standard/Makefile.am | |
parent | 4a1eb4d4d53baf0c34d1c7ecf8cce1a74a93db50 (diff) | |
parent | 61d109a6e5794cf393d1f9d5bebda10f8efce902 (diff) | |
download | mate-notification-daemon-276eae936334c109ffa6b2e3199f97b1885dfa62.tar.bz2 mate-notification-daemon-276eae936334c109ffa6b2e3199f97b1885dfa62.tar.xz |
Merged.
Diffstat (limited to 'src/themes/standard/Makefile.am')
-rw-r--r-- | src/themes/standard/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/standard/Makefile.am b/src/themes/standard/Makefile.am index 9d6a6ae..d5b4a2a 100644 --- a/src/themes/standard/Makefile.am +++ b/src/themes/standard/Makefile.am @@ -3,7 +3,7 @@ enginedir = $(libdir)/mate-notification-daemon/engines engine_LTLIBRARIES = libstandard.la libstandard_la_SOURCES = theme.c -libstandard_la_LDFLAGS = -module -avoid-version +libstandard_la_LDFLAGS = -module -avoid-version -no-undefined libstandard_la_LIBADD = $(NOTIFICATION_DAEMON_LIBS) INCLUDES = $(NOTIFICATION_DAEMON_CFLAGS) |