paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src Makefile.am,1.6,1.7


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src Makefile.am,1.6,1.7
Date: Thu, 27 Jun 2002 10:37:14 -0400

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

Modified Files:
        Makefile.am 
Log Message:
added new xml layoutloader framework (not finished)


Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile.am 26 Jun 2002 11:22:17 -0000      1.6
--- Makefile.am 27 Jun 2002 14:37:11 -0000      1.7
***************
*** 1,7 ****
! SUBDIRS = $(PHYSFS_SUBDIR) $(EXPAT_SUBDIR) factory draw font themes core 
widgets
  
! DIST_SUBDIRS = $(SUBDIRS) expat
! 
! lib_LTLIBRARIES = libparagui2.la
  
  EXTRA_DIST =
--- 1,20 ----
! SUBDIRS = \
!       $(PHYSFS_SUBDIR) \
!       $(EXPAT_SUBDIR) \
!       layout \
!       factory \
!       draw \
!       font \
!       themes \
!       core \
!       widgets
! 
! DIST_SUBDIRS = \
!       $(SUBDIRS) \
!       expat \
!       physfs
  
! lib_LTLIBRARIES = \
!       libparagui2.la
  
  EXTRA_DIST =
***************
*** 20,23 ****
--- 33,37 ----
        $(EXPAT_LIB) \
        $(PHYSFS_LIB) \
+       ./layout/libpglayout.la \
        ./factory/libpgfactory.la \
        ./draw/libpgdraw.la \




reply via email to

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