root/src/vfs/tar/Makefile.am

/* [previous][next][first][last][top][bottom][index][help]  */
 
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

/* [previous][next][first][last][top][bottom][index][help]  */