1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtfile: add freetype includes to Imakfile

While removing the CCLINK options, accidentally removed freetype
includes, causing dtfile to fail to build.
This commit is contained in:
Jon Trulson 2012-06-20 14:25:41 -06:00
parent f8b5b2fd2a
commit 89b98f4ef6

View 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 \