summaryrefslogtreecommitdiff
path: root/sendto/plugins/Makefile.am
blob: 6d17c98455d7add62c254c94d9229e0264a28d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)