dtfile: remove register keyword
[oweals/cde.git] / cde / programs / dsdm / Imakefile
1 XCOMM $XConsortium: Imakefile /main/7 1996/10/09 14:02:39 drk $
2
3 LOCAL_LIBRARIES = $(XLIB)
4
5 #if defined(SunArchitecture)
6    SYS_LIBRARIES = -ldl
7 #endif  /* SunArchitecture */
8
9 SRCS = dsdm.c proxy.c
10 OBJS = dsdm.o proxy.o
11
12 ComplexProgramTarget(dsdm)