[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src Makefile.am,1.2.6.1,1.2.6.2
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src Makefile.am,1.2.6.1,1.2.6.2 |
Date: |
Tue, 25 Jun 2002 05:14:23 -0400 |
Update of /cvsroot/paragui/paragui/src
In directory subversions:/tmp/cvs-serv25475/src
Modified Files:
Tag: devel-1-0
Makefile.am
Log Message:
made physfs optional (like expat)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/Makefile.am,v
retrieving revision 1.2.6.1
retrieving revision 1.2.6.2
diff -C2 -r1.2.6.1 -r1.2.6.2
*** Makefile.am 21 Jun 2002 21:13:40 -0000 1.2.6.1
--- Makefile.am 25 Jun 2002 09:14:20 -0000 1.2.6.2
***************
*** 1,5 ****
! SUBDIRS = physfs $(EXPAT_SUBDIR) draw font themes core widgets
! DIST_SUBDIRS = $(SUBDIRS) expat
lib_LTLIBRARIES = libparagui.la
--- 1,5 ----
! SUBDIRS = $(PHYSFS_SUBDIR) $(EXPAT_SUBDIR) draw font themes core widgets
! DIST_SUBDIRS = $(SUBDIRS) expat physfs
lib_LTLIBRARIES = libparagui.la
***************
*** 19,23 ****
$(IMAGE_LIBS) \
$(EXPAT_LIB) \
! ./physfs/libphysfs.la \
./draw/libpgdraw.la \
./font/libpgfont.la \
--- 19,23 ----
$(IMAGE_LIBS) \
$(EXPAT_LIB) \
! $(PHYSFS_LIB) \
./draw/libpgdraw.la \
./font/libpgfont.la \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src Makefile.am,1.2.6.1,1.2.6.2,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui Makefile.am,1.1.1.1.6.3,1.1.1.1.6.4 configure.in,1.3.6.7,1.3.6.8
- Next by Date:
[paragui-cvs] CVS: paragui/doc RELEASENOTES,1.1.2.7,1.1.2.8
- Previous by thread:
[paragui-cvs] CVS: paragui Makefile.am,1.1.1.1.6.3,1.1.1.1.6.4 configure.in,1.3.6.7,1.3.6.8
- Next by thread:
[paragui-cvs] CVS: paragui/doc RELEASENOTES,1.1.2.7,1.1.2.8
- Index(es):