paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/physfs Makefile.am,1.1.1.1.6.3,1.1.1.1.6.


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs Makefile.am,1.1.1.1.6.3,1.1.1.1.6.4
Date: Mon, 24 Jun 2002 04:38:06 -0400

Update of /cvsroot/paragui/paragui/src/physfs
In directory subversions:/tmp/cvs-serv24615/src/physfs

Modified Files:
      Tag: devel-1-0
        Makefile.am 
Log Message:
fixed zlib include dir for physfs

Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/Makefile.am,v
retrieving revision 1.1.1.1.6.3
retrieving revision 1.1.1.1.6.4
diff -C2 -r1.1.1.1.6.3 -r1.1.1.1.6.4
*** Makefile.am 21 Jun 2002 21:13:40 -0000      1.1.1.1.6.3
--- Makefile.am 24 Jun 2002 08:38:04 -0000      1.1.1.1.6.4
***************
*** 4,9 ****
--- 4,11 ----
  ZLIB_DIR = zlib114
  ZLIB_LIB = zlib114/libz.la
+ ZLIB_INC = -I./zlib114
  else
  ZLIB_LIB = -lz
+ ZLIB_INC =
  endif
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]