mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
12 lines
248 B
Text
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)
|