mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtexec: add automake files
This commit is contained in:
parent
fbd9308ac8
commit
407153b0f3
1 changed files with 14 additions and 0 deletions
14
cde/programs/dtexec/Makefile.am
Normal file
14
cde/programs/dtexec/Makefile.am
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
bin_PROGRAMS = dtexec
|
||||||
|
|
||||||
|
dtexec_CFLAGS = $(TIRPCINC) -DMSGLOG_CLIENT_ONLY
|
||||||
|
|
||||||
|
dtexec_LDADD = $(LIBTT) $(XTOOLLIB) ${X_LIBS}
|
||||||
|
|
||||||
|
DtSvcLock.h: ../../lib/DtSvc/include/DtSvcLock.h
|
||||||
|
$(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