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:
parent
f8b5b2fd2a
commit
89b98f4ef6
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue