paragui-cvs
[Top][All Lists]
Advanced

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

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


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs/platform 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/platform
In directory subversions:/tmp/cvs-serv7543/src/physfs/platform

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



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/platform/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,21 ****
  noinst_LTLIBRARIES = libplatform.la
  
! if BUILD_BEOS_CPP
! libplatform_la_SOURCES = \
!       posix.c \
        beos.cpp
  else
! libplatform_la_SOURCES = \
!       posix.c \
!       unix.c
  endif
  
! EXTRA_DIST = \
!       posix.c \
!       unix.c \
!       skeleton.c \
!       win32.c \
!       macclassic.c \
        beos.cpp
  
- INCLUDES = -I$(top_srcdir)
--- 1,22 ----
  noinst_LTLIBRARIES = libplatform.la
  
! INCLUDES = -I$(top_srcdir)
! 
! if BUILD_BEOS
! libplatform_la_SOURCES =      \
!       unix.c                  \
!       posix.c                 \
        beos.cpp
  else
! libplatform_la_SOURCES =      \
!       unix.c                  \
!       posix.c
  endif
  
! 
! EXTRA_DIST =      \
!       skeleton.c    \
!       macclassic.c  \
!       win32.c       \
        beos.cpp
  




reply via email to

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