Skip to content

Commit

Permalink
Corrected to fix "make dist".
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 24, 2002
1 parent 3f81a84 commit e7920f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libphysfs.la

SUBDIRS = platform archivers zlib114 . test
SUBDIRS = platform archivers zlib114 . test extras

libphysfsincludedir = $(includedir)
libphysfsinclude_HEADERS = \
Expand Down
2 changes: 2 additions & 0 deletions configure.in
Expand Up @@ -210,4 +210,6 @@ platform/Makefile
archivers/Makefile
test/Makefile
zlib114/Makefile
extras/Makefile
])

9 changes: 8 additions & 1 deletion platform/Makefile.am
Expand Up @@ -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


0 comments on commit e7920f0

Please sign in to comment.