summaryrefslogtreecommitdiff
path: root/src/themes/standard/Makefile.am
blob: 9d6a6aec5696383b79370fa8f08d0172c52b7985 (plain)
1
2
3
4
5
6
7
8
9
10
11
enginedir = $(libdir)/mate-notification-daemon/engines

engine_LTLIBRARIES = libstandard.la

libstandard_la_SOURCES = theme.c
libstandard_la_LDFLAGS = -module -avoid-version
libstandard_la_LIBADD  = $(NOTIFICATION_DAEMON_LIBS)

INCLUDES = $(NOTIFICATION_DAEMON_CFLAGS)

-include $(top_srcdir)/git.mk