paragui-cvs
[Top][All Lists]
Advanced

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

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


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs/archivers Makefile.am,1.1.1.1.6.3,1.1.1.1.6.4
Date: Wed, 03 Jul 2002 10:30:12 -0400

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

Modified Files:
      Tag: devel-1-0
        Makefile.am 
Log Message:
updated PhysicsFS



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/archivers/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 24 Jun 2002 13:05:14 -0000      1.1.1.1.6.3
--- Makefile.am 3 Jul 2002 14:30:10 -0000       1.1.1.1.6.4
***************
*** 1,12 ****
  noinst_LTLIBRARIES = libarchivers.la
  
! libarchivers_la_SOURCES = \
!       dir.c \
!       grp.c \
!       unzip.c \
!       zip.c
  
! EXTRA_DIST = \
        unzip.h
  
- INCLUDES = -I$(top_srcdir)
--- 1,15 ----
  noinst_LTLIBRARIES = libarchivers.la
  
! if BUILD_ZLIB
! INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/zlib114
! else
! INCLUDES = -I$(top_srcdir)
! endif
  
! libarchivers_la_SOURCES =     \
!       dir.c           \
!       grp.c           \
!       zip.c           \
!       unzip.c     \
        unzip.h
  




reply via email to

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