summaryrefslogtreecommitdiff
path: root/src/themes/coco/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-05-09 18:03:07 +0200
committerStefano Karapetsas <[email protected]>2012-05-09 18:03:07 +0200
commitb67c6422995a9459548f478aa61a4dd3ec0437c0 (patch)
treef6976af7771a48d7e11d7b0a8b316b9bb1ce87a6 /src/themes/coco/Makefile.am
parent07a45e51f10d27b201004b661812eed107c5d831 (diff)
downloadmate-notification-daemon-b67c6422995a9459548f478aa61a4dd3ec0437c0.tar.bz2
mate-notification-daemon-b67c6422995a9459548f478aa61a4dd3ec0437c0.tar.xz
add coco (notify-osd like) and nodoka (from fedora) themes, start 1.3 releasemate-notification-daemon-1.3.0
Diffstat (limited to 'src/themes/coco/Makefile.am')
-rw-r--r--src/themes/coco/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/themes/coco/Makefile.am b/src/themes/coco/Makefile.am
new file mode 100644
index 0000000..bdfa229
--- /dev/null
+++ b/src/themes/coco/Makefile.am
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = $(THEME_CFLAGS) -Wall
+
+enginedir = $(libdir)/mate-notification-daemon/engines
+engine_LTLIBRARIES = libcoco.la
+
+libcoco_la_SOURCES = coco-theme.c
+
+libcoco_la_LDFLAGS = -module -avoid-version
+libcoco_la_LIBADD = $(THEME_LIBS)