Corrected to fix "make dist".

This commit is contained in:
Ryan C. Gordon 2002-05-24 03:39:05 +00:00
parent 3f81a8413c
commit e7920f0e74
3 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
lib_LTLIBRARIES = libphysfs.la
SUBDIRS = platform archivers zlib114 . test
SUBDIRS = platform archivers zlib114 . test extras
libphysfsincludedir = $(includedir)
libphysfsinclude_HEADERS = \

View File

@ -210,4 +210,6 @@ platform/Makefile
archivers/Makefile
test/Makefile
zlib114/Makefile
extras/Makefile
])

View File

@ -3,5 +3,12 @@ noinst_LTLIBRARIES = libplatform.la
INCLUDES = -I$(top_srcdir)
libplatform_la_SOURCES = \
unix.c
unix.c \
beos.cpp
EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c