From eae33615af610f84fc2be016c5b222f44e741cc1 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 17 Oct 2013 17:40:03 +0200 Subject: Add sendto extension --- sendto/plugins/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sendto/plugins/Makefile.am (limited to 'sendto/plugins/Makefile.am') diff --git a/sendto/plugins/Makefile.am b/sendto/plugins/Makefile.am new file mode 100644 index 0000000..10097e8 --- /dev/null +++ b/sendto/plugins/Makefile.am @@ -0,0 +1,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) -- cgit v1.2.1