File: Makefile.am

package info (click to toggle)
caja-extensions 1.26.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,160 kB
  • sloc: ansic: 6,130; makefile: 601; sh: 18; xml: 14
file content (15 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
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