summaryrefslogtreecommitdiff
path: root/src/themes/standard/Makefile.am
blob: c31098cdc2e02f3719054d01b163089220b09005 (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)

AM_CPPFLAGS = $(NOTIFICATION_DAEMON_CFLAGS)

-include $(top_srcdir)/git.mk