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