dtfile: add freetype includes to Imakfile
authorJon Trulson <jon@radscan.com>
Wed, 20 Jun 2012 20:25:41 +0000 (14:25 -0600)
committerJon Trulson <jon@radscan.com>
Wed, 20 Jun 2012 20:25:41 +0000 (14:25 -0600)
While removing the CCLINK options, accidentally removed freetype
includes, causing dtfile to fail to build.

cde/programs/dtfile/Imakefile

index 468f238eed1ecd090bd24590a67c871253ce6048..4f66b89583c5b685eb893f4b4581f5152af68b73 100644 (file)
@@ -27,6 +27,10 @@ EXTRA_DEFINES = -D_TOOLTALK
 EXTRA_CCOPTIONS = -xF
 #endif
 
+#if defined(LinuxArchitecture)
+EXTRA_INCLUDES = -I/usr/include/freetype2
+#endif
+
 SRCS =  ChangeDir.c     ChangeDirP.c    Command.c       Common.c \
         Desktop.c       Directory.c     Encaps.c        File.c \
         FileDialog.c    FileManip.c     FileMgr.c       FileOp.c \