summaryrefslogtreecommitdiff
path: root/sendto/plugins/Makefile.am
blob: 7d0eaae6704726a90e0ce1fb79a96971624d1d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = . $(SENDTO_PLUGINS)
DIST_SUBDIRS = $(ALL_SENDTO_PLUGINS)

NST_COMMON_SOURCES = nst-common.c nst-common.h

if HAVE_GIO
noinst_LTLIBRARIES = libnstcommon.la
libnstcommon_la_SOURCES = $(NST_COMMON_SOURCES)
libnstcommon_la_CFLAGS = $(SENDTO_CFLAGS)
libnstcommon_la_LIBADD = $(SENDTO_LIBS)
endif

EXTRA_DIST = $(NST_COMMON_SOURCES)

-include $(top_srcdir)/git.mk