equal
deleted
inserted
replaced
1 lib_LTLIBRARIES = libphysfs.la |
1 lib_LTLIBRARIES = libphysfs.la |
2 |
2 |
3 SUBDIRS = platform archivers zlib114 . test extras |
3 SUBDIRS = platform archivers zlib121 . test extras |
4 |
4 |
5 libphysfsincludedir = $(includedir) |
5 libphysfsincludedir = $(includedir) |
6 libphysfsinclude_HEADERS = \ |
6 libphysfsinclude_HEADERS = \ |
7 physfs.h |
7 physfs.h |
8 |
8 |
10 physfs.c \ |
10 physfs.c \ |
11 physfs_internal.h \ |
11 physfs_internal.h \ |
12 physfs_byteorder.c |
12 physfs_byteorder.c |
13 |
13 |
14 if BUILD_ZLIB |
14 if BUILD_ZLIB |
15 ZLIB_LIB = zlib114/libz.la |
15 ZLIB_LIB = zlib121/libz.la |
16 else |
16 else |
17 ZLIB_LIB = |
17 ZLIB_LIB = |
18 endif |
18 endif |
19 |
19 |
20 libphysfs_la_LDFLAGS = \ |
20 libphysfs_la_LDFLAGS = \ |