summaryrefslogtreecommitdiff
path: root/src/themes/standard/Makefile.am
blob: d5b4a2a2a17f9760b41ca360b5128ff85cbfd0ea (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 -no-undefined
libstandard_la_LIBADD  = $(NOTIFICATION_DAEMON_LIBS)

INCLUDES = $(NOTIFICATION_DAEMON_CFLAGS)

-include $(top_srcdir)/git.mk