libDtSearch: Resolve 38 -Wformat warnings
[oweals/cde.git] / cde / lib / Imakefile
1 XCOMM $XConsortium: Imakefile /main/12 1996/04/24 14:31:52 lehors $
2 #define IHaveSubdirs
3 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
4
5 #if defined(UsePamLibrary) && UsePamLibrary
6 PAMDIR = pam
7 #else
8 PAMDIR =
9 #endif
10
11 SUBDIRS = $(PAMDIR) tt DtSvc DtSearch DtWidget DtHelp DtPrint DtTerm DtMrm csa
12
13 MakeSubdirs($(SUBDIRS))
14 DependSubdirs($(SUBDIRS))
15
16 LinkFile(DtMmdb,$(PROGRAMSRC)/dtinfo/DtMmdb)