Corrected to fix "make dist".
This commit is contained in:
parent
3f81a8413c
commit
e7920f0e74
|
@ -1,6 +1,6 @@
|
|||
lib_LTLIBRARIES = libphysfs.la
|
||||
|
||||
SUBDIRS = platform archivers zlib114 . test
|
||||
SUBDIRS = platform archivers zlib114 . test extras
|
||||
|
||||
libphysfsincludedir = $(includedir)
|
||||
libphysfsinclude_HEADERS = \
|
||||
|
|
|
@ -210,4 +210,6 @@ platform/Makefile
|
|||
archivers/Makefile
|
||||
test/Makefile
|
||||
zlib114/Makefile
|
||||
extras/Makefile
|
||||
])
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue