blob: a4cb725d66438b17a3b4c0b54a1f20f4986fcf5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUBDIRS = helpers
DIST_SUBDIRS = helpers
AM_CPPFLAGS = \
-DLIBEXECDIR=\""$(libexecdir)/@PACKAGE@/"\" \
$(GLIB_CFLAGS) \
-I$(top_srcdir)
noinst_LTLIBRARIES = libvfs-shell.la
libvfs_shell_la_SOURCES = \
shell.c shell.h \
shelldef.h
|