blob: 10097e8a29d1e519ef134245c00400be8f6fbbf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUBDIRS = . \
caja-burn \
emailclient \
gajim \
pidgin \
removable-devices \
upnp
NST_COMMON_SOURCES = nst-common.c nst-common.h
noinst_LTLIBRARIES = libnstcommon.la
libnstcommon_la_SOURCES = $(NST_COMMON_SOURCES)
libnstcommon_la_CFLAGS = $(SENDTO_CFLAGS)
libnstcommon_la_LIBADD = $(SENDTO_LIBS)
EXTRA_DIST = $(NST_COMMON_SOURCES)
|