mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtexec: make it build
This commit is contained in:
parent
1b8ef6a6c1
commit
8684607c8c
2 changed files with 6 additions and 8 deletions
|
@ -394,6 +394,8 @@ programs/dthello/Makefile
|
||||||
|
|
||||||
programs/dtstyle/Makefile
|
programs/dtstyle/Makefile
|
||||||
|
|
||||||
|
programs/dtexec/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -2,13 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
bin_PROGRAMS = dtexec
|
bin_PROGRAMS = dtexec
|
||||||
|
|
||||||
dtexec_CFLAGS = $(TIRPCINC) -DMSGLOG_CLIENT_ONLY
|
dtexec_CFLAGS = $(TIRPCINC) -DMSGLOG_CLIENT_ONLY \
|
||||||
|
-I../../lib/DtSvc/include
|
||||||
|
|
||||||
dtexec_LDADD = $(LIBTT) $(XTOOLLIB) ${X_LIBS}
|
dtexec_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||||
|
|
||||||
DtSvcLock.h: ../../lib/DtSvc/include/DtSvcLock.h
|
dtexec_SOURCES = Main.c
|
||||||
$(RM) $@
|
|
||||||
$(LN_S) $? $@
|
|
||||||
|
|
||||||
dtexec_SOURCES = ../../lib/DtSvc/DtUtil2/DtGetMessage.c \
|
|
||||||
../../lib/DtSvc/DtUtil/MsgLog.c Main.c
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue