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

List:       kde-commits
Subject:    kdegraphics/kdvi
From:       Adriaan de Groot <groot () kde ! org>
Date:       2004-11-26 0:42:49
Message-ID: 20041126004249.3CAAE1CFC1 () office ! kde ! org
[Download RAW message or body]

CVS commit by adridg: 

If you're going to do something _really weird_ like re-use C++ files from
another directory (instead of building them into a library), then also
add the build directory to the includes, for things like the .mocs.


  M +3 -1      Makefile.am   1.93


--- kdegraphics/kdvi/Makefile.am  #1.92:1.93
@@ -1,4 +1,6 @@
 # set the include path for X, qt and KDE
-INCLUDES= -I$(top_srcdir)/kviewshell $(all_includes) $(LIBFREETYPE_CFLAGS)
+INCLUDES= -I$(top_srcdir)/kviewshell \
+        -I$(top_builddir)/kviewshell \
+        $(all_includes) $(LIBFREETYPE_CFLAGS)
 # claim, which subdirectories you want to install
 SUBDIRS = . pix


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

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