1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

dtsr: fixup for autotools and new MsgCat.c

This commit is contained in:
Jon Trulson 2021-06-02 13:01:05 -06:00
parent 0bfa26f14f
commit ffa8c98d32

View file

@ -4,7 +4,14 @@ bin_PROGRAMS = dtsrcreate dtsrdbrec dtsrhan dtsrload dtsrindex dtsrdelete \
huffcode dtsrkdump dtsrclean
AM_CFLAGS = -I../../lib/DtSearch -I../../lib/DtSearch/raima \
$(DT_INCDIR) -DMAIN_PROGRAM
$(DT_INCDIR) -DMAIN_PROGRAM -DNO_XLIB
BUILT_SOURCES = MsgCat.c
CLEANFILES = MsgCat.c
MsgCat.c: ${top_srcdir}/lib/DtSvc/DtUtil2/MsgCat.c
$(RM) MsgCat.c && ln -s ${top_srcdir}/lib/DtSvc/DtUtil2/MsgCat.c MsgCat.c
if I386
AM_CFLAGS += -DBYTE_SWAP
@ -20,20 +27,20 @@ endif
LDADD = ../../lib/DtSearch/libDtSearch.la
dtsrcreate_SOURCES = dtsrcreate.c
dtsrcreate_SOURCES = dtsrcreate.c MsgCat.c
dtsrdbrec_SOURCES = dtsrdbrec.c
dtsrdbrec_SOURCES = dtsrdbrec.c MsgCat.c
dtsrhan_SOURCES = dtsrhan.c
dtsrhan_SOURCES = dtsrhan.c MsgCat.c
dtsrload_SOURCES = dtsrload.c
dtsrload_SOURCES = dtsrload.c MsgCat.c
dtsrclean_SOURCES = dtsrclean.c
dtsrclean_SOURCES = dtsrclean.c MsgCat.c
dtsrindex_SOURCES = dtsrindex.c
dtsrindex_SOURCES = dtsrindex.c MsgCat.c
dtsrdelete_SOURCES = tomita.c
dtsrdelete_SOURCES = tomita.c MsgCat.c
huffcode_SOURCES = huffcode.c
huffcode_SOURCES = huffcode.c MsgCat.c
dtsrkdump_SOURCES = dtsrkdump.c
dtsrkdump_SOURCES = dtsrkdump.c MsgCat.c