1
2AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
3
4noinst_LTLIBRARIES = libvfs-local.la
5
6libvfs_local_la_SOURCES = \
7	local.c local.h
8