summaryrefslogtreecommitdiff
path: root/plugins/notification/Makefile.am
blob: 9bae994f42c9f4c3f1677723f36b23a9c9105118 (plain)
1
2
3
4
5
6
notificationdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = notification.la
notification_la_SOURCES = notification.c
notification_la_LDFLAGS = -module
notification_la_LIBADD = $(LDADD) $(NOTIFICATION_DEPS_LIBS)
AM_CFLAGS = -std=c99 $(NOTIFICATION_DEPS_CFLAGS)