diff options
Diffstat (limited to 'src/vfs/cpio/Makefile.am')
-rw-r--r-- | src/vfs/cpio/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vfs/cpio/Makefile.am b/src/vfs/cpio/Makefile.am new file mode 100644 index 0000000..a7806f8 --- /dev/null +++ b/src/vfs/cpio/Makefile.am @@ -0,0 +1,7 @@ + +AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) + +noinst_LTLIBRARIES = libvfs-cpio.la + +libvfs_cpio_la_SOURCES = \ + cpio.c cpio.h |