[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/office/pekunia/pekunia
From:       Bram Schoenmakers <bramschoenmakers () kde ! nl>
Date:       2005-07-31 21:59:19
Message-ID: 1122847159.711378.24962.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 441771 by bram:

srcdir != builddir

 M  +1 -1      Makefile.am  
 M  +1 -1      model/Makefile.am  


--- trunk/playground/office/pekunia/pekunia/Makefile.am #441770:441771
@@ -5,7 +5,7 @@
 bin_PROGRAMS = pekunia qpsqltest
 
 # set the include path for X, qt and KDE
-INCLUDES = -I. -I./generic -I./model $(all_includes)
+INCLUDES = -I. -I$(srcdir)/generic -I$(srcdir)/model $(all_includes)
 
 # the library search path. 
 pekunia_LDFLAGS = $(KDE_RPATH) $(all_libraries)
--- trunk/playground/office/pekunia/pekunia/model/Makefile.am #441770:441771
@@ -1,4 +1,4 @@
-INCLUDES = -I../generic -I../model $(all_includes)
+INCLUDES = -I. -I$(srcdir)/../generic $(all_includes)
 METASOURCES = AUTO
 lib_LIBRARIES = libpekuniamodel.a
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic