From: Jon Trulson Date: Wed, 20 Jun 2012 20:25:41 +0000 (-0600) Subject: dtfile: add freetype includes to Imakfile X-Git-Tag: 2.2.0a~26^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89b98f4ef65682d6212b7dccbcb391208baef27c;p=oweals%2Fcde.git dtfile: add freetype includes to Imakfile While removing the CCLINK options, accidentally removed freetype includes, causing dtfile to fail to build. --- diff --git a/cde/programs/dtfile/Imakefile b/cde/programs/dtfile/Imakefile index 468f238e..4f66b895 100644 --- a/cde/programs/dtfile/Imakefile +++ b/cde/programs/dtfile/Imakefile @@ -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 \