root/src/subshell/Makefile.am

/* [previous][next][first][last][top][bottom][index][help]  */
noinst_LTLIBRARIES = libsubshell.la
 
libsubshell_la_SOURCES = \
        common.c \
        internal.h \
        proxyfunc.c \
        subshell.h
 
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)

/* [previous][next][first][last][top][bottom][index][help]  */