paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/physfs/zlib114 Makefile.am,1.1.2.1,1.1.2.


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

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

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



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/zlib114/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** Makefile.am 21 Jun 2002 20:07:53 -0000      1.1.2.1
--- Makefile.am 3 Jul 2002 14:30:10 -0000       1.1.2.2
***************
*** 1,29 ****
! noinst_LTLIBRARIES = libz.la
  
! libz_la_SOURCES = \
!       adler32.c \
!       compress.c \
!       crc32.c \
!       deflate.c \
!       infblock.c \
!       infcodes.c \
!       inffast.c \
!       inflate.c \
!       inftrees.c \
!       infutil.c \
!       trees.c \
!       uncompr.c \
!       zutil.c
  
- EXTRA_DIST = \
-       deflate.h \
-       infblock.h \
-       infcodes.h \
-       inffast.h \
-       inffixed.h \
-       inftrees.h \
-       infutil.h \
-       trees.h \
-       zconf.h \
-       zlib.h \
-       zutil.h
--- 1,32 ----
! X = adler32.c         \
!       compress.c              \
!       crc32.c                 \
!       deflate.c               \
!       deflate.h               \
!       infblock.c              \
!       infblock.h              \
!       infcodes.c              \
!       infcodes.h              \
!       inffast.c               \
!       inffast.h               \
!       inffixed.h              \
!       inflate.c               \
!       inftrees.c              \
!       inftrees.h              \
!       infutil.c               \
!       infutil.h               \
!       trees.c                 \
!       trees.h                 \
!       uncompr.c               \
!       zconf.h                 \
!       zlib.h                  \
!       zutil.c                 \
!       zutil.h
  
! if BUILD_ZLIB
!   noinst_LTLIBRARIES = libz.la
!   libz_la_SOURCES = $(X)
! else
!   EXTRA_DIST = $(X)
! endif
  




reply via email to

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