mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
tt: fixup remaining build issues
This commit is contained in:
parent
e8f3c6eee2
commit
9182ddfcc3
3 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../tooltalk.inc
|
||||
|
||||
bin_PROGRAMS = rpc.ttdbserver
|
||||
|
||||
rpc_ttdbserver_CXXFLAGS = -I../../slib -I../../lib -I../../mini_isam \
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
MAINTAINERCLENAFILES = Makefile.in
|
||||
|
||||
include ../../tooltalk.inc
|
||||
|
||||
bin_PROGRAMS = tttar
|
||||
|
||||
tttar_CXXFLAGS = $(TIRPCINC) -I../../lib $(TT_VERSION_DEFINE)
|
||||
|
|
|
@ -15,7 +15,7 @@ libtt_la_SOURCES =
|
|||
endif
|
||||
|
||||
libtt_la_LIBADD = api/c/libapi.la api/dnd/libdnd.la db/libdb.la mp/libmp.la \
|
||||
util/libutil.la tttk/libtttk.la
|
||||
util/libutil.la tttk/libtttk.la -lstdc++
|
||||
|
||||
if SOLARIS
|
||||
libtt_la_LIBADD += -lnsl -lsocket -lintl -ldl -lc -lw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue