author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 05 Apr 2002 18:14:56 +0000 | |
changeset 180 | f67e3d2ddd9c |
parent 179 | 4c958de93bf7 |
child 181 | b430920f6bd4 |
--- a/Makefile Fri Apr 05 18:12:57 2002 +0000 +++ b/Makefile Fri Apr 05 18:14:56 2002 +0000 @@ -168,7 +168,7 @@ TESTSRCS := test/test_physfs.c -MAINSRCS := physfs.c archivers/dir.c +MAINSRCS := physfs.c physfs_byteorder.c archivers/dir.c ifeq ($(strip $(use_archive_zip)),true) MAINSRCS += archivers/zip.c archivers/unzip.c