summaryrefslogtreecommitdiffstats
path: root/src/subshell/Makefile.am
blob: 369cb6f479c5cc31e10cfe92d7676534bca6700a (plain)
1
2
3
4
5
6
7
8
9
noinst_LTLIBRARIES = libsubshell.la

libsubshell_la_SOURCES = \
	common.c \
	internal.h \
	proxyfunc.c \
	subshell.h

AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)