blob: 16642f02b7459aafd9ac840f4650093b76a539ac (
plain)
1
2
3
4
5
6
7
8
9
10
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
noinst_LTLIBRARIES = libvfs-tar.la
libvfs_tar_la_SOURCES = \
tar-internal.c tar-internal.h \
tar-sparse.c \
tar-xheader.c \
tar.c tar.h
|