blob: 4f3ca874cddfb8781812866bd461fc4fa369e728 (
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-fish.la
libvfs_fish_la_SOURCES = \
fish.c fish.h \
fishdef.h
|