Makefile.am 313 B

123456789101112131415161718
  1. noinst_LTLIBRARIES = libmcvfs.la
  2. AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
  3. libmcvfs_la_SOURCES = \
  4. direntry.c \
  5. gc.c gc.h \
  6. interface.c \
  7. path.c path.h \
  8. vfs.c vfs.h \
  9. utilvfs.c utilvfs.h \
  10. xdirentry.h
  11. if ENABLE_VFS_NET
  12. libmcvfs_la_SOURCES += netutil.c netutil.h
  13. endif
  14. EXTRA_DIST = HACKING README