Add in freetype directory to inlude path
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 10:41:53 +0000 (10:41 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 10:41:53 +0000 (10:41 +0000)
cde/programs/dtfile/Imakefile

index 9eda8cffd9d04ece136727df2e6c19dd6a77178b..19a5063b498ea1c1c5987cda8137f88cde830647 100644 (file)
@@ -31,6 +31,7 @@ XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
 #if defined(LinuxDistribution)
 CCLINK = $(CXX)
+EXTRA_DEFINES = -I/usr/include/freetype2
 #endif
 
 SRCS =  ChangeDir.c     ChangeDirP.c    Command.c       Common.c \