Remove all references to MAD.

This commit is contained in:
Pavel Roskin 2002-08-01 20:03:21 +00:00
parent 599e14a9eb
commit d5efb60c84
1 changed files with 0 additions and 10 deletions

View File

@ -9,20 +9,10 @@
lib_LTLIBRARIES = libvfs.la
BUILT_SOURCES = mad.c mad.h
libvfsincludedir=$(includedir)/vfs
libvfsinclude_HEADERS=vfs.h
EXTRA_DIST = mc-src/mad.c mc-src/mad.h
mad.c: mc-src/mad.c
$(LN_S) $(srcdir)/mc-src/mad.c mad.c
mad.h: mc-src/mad.h
$(LN_S) $(srcdir)/mc-src/mad.h mad.h
libvfs_la_SOURCES = \
container.c \
direntry.c \