diff options
author | pixel <pixel> | 2002-11-09 18:00:11 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-11-09 18:00:11 +0000 |
commit | fa18eb9f06e1ddd9882085137d323e800d4c0ab1 (patch) | |
tree | e9334cb0d0d9e99384480b7ea9bd5683073958dd /lib/Makefile | |
parent | 149090f807a523b43a80721e0d4622ca64fad9bc (diff) |
synchro...
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-x | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 79aae21..3c9cef6 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -I../includes -DHAVE_ZLIB +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -I../includes -DHAVE_ZLIB -DUSE_CDREADER CXX=g++ OBJECTS = cdutils.o lzss.o yazedc.o dteutils.o cdreader.o cdabstract.o |