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

12 lines
248 B
Text

XCOMM $XConsortium: Imakefile /main/7 1996/10/09 14:02:39 drk $
LOCAL_LIBRARIES = $(XLIB)
#if defined(SunArchitecture)
SYS_LIBRARIES = -ldl
#endif /* SunArchitecture */
SRCS = dsdm.c proxy.c
OBJS = dsdm.o proxy.o
ComplexProgramTarget(dsdm)