dtdspmsg: fixup for autotools and new MsgCat.c
This commit is contained in:
@@ -2,11 +2,19 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||||||
|
|
||||||
bin_PROGRAMS = dtdspmsg
|
bin_PROGRAMS = dtdspmsg
|
||||||
|
|
||||||
|
dtdspmsg_SOURCES = dtdspmsg.c MsgCat.c
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
# this is just to initialize so the += ops can work later if needed
|
# this is just to initialize so the += ops can work later if needed
|
||||||
dtdspmsg_LDADD =
|
dtdspmsg_LDADD =
|
||||||
|
dtdspmsg_CFLAGS = -DNO_XLIB
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
dtdspmsg_LDADD += -ldl -lgen
|
dtdspmsg_LDADD += -ldl -lgen
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dtdspmsg_SOURCES = dtdspmsg.c
|
|
||||||
|
|||||||
Reference in New Issue
Block a user