summaryrefslogtreecommitdiff
path: root/plugins/notify/Makefile.am
blob: d702f215cbeacf8ca9770162784ab70b66cadc03 (plain)
1
2
3
4
5
6
7
8
9
if HAVE_NOTIFY
notifydir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = notify.la
notify_la_SOURCES = notify.c
notify_la_LDFLAGS = -module

notify_la_LIBADD = $(LDADD) $(NOTIFY_LIBS)
AM_CFLAGS = $(CFLAGS) -std=c99
endif