Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[oweals/cde.git] / cde / programs / dtdspmsg / Imakefile
1 XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:04:16 drk $
2
3 SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB)
4
5 #ifdef HPArchitecture
6 EXTRA_DEFINES = +e
7 #endif
8
9 PROGRAMS=dtdspmsg
10
11 SRCS =  dtdspmsg.c
12 OBJS =  dtdspmsg.o
13
14 ComplexProgramTarget($(PROGRAMS))