autotools: many fixups, SUN->SOLARIS, typos, etc
This should allow an autoregen and ./confiure to work. We only generate Makefiles for lib/* and ./Makefile for now. We'll ad more as we go along. Make still fails as we need to figure out TT - tirpc lib, rpcgen, etc. But it's a start!
This commit is contained in:
@@ -17,8 +17,8 @@ endif
|
||||
libtt_la_LIBADD = api/c/libapi.la api/dnd/libdnd.la db/libdb.la mp/libmp.la \
|
||||
tttk/libtttk.la
|
||||
|
||||
if SUN
|
||||
if SOLARIS
|
||||
libtt_la_LIBADD += -lnsl -lsocket -lintl -ldl -lc -lw
|
||||
endif
|
||||
|
||||
libDtMrm_la_LDFLAGS = -version-info 2:1:0
|
||||
libtt_la_LDFLAGS = -version-info 2:1:0
|
||||
|
||||
@@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libmp.la
|
||||
|
||||
libmp_la_CXXFLAGS = $(TIRPCINC) -I../../lib -I../../mini_isam
|
||||
|
||||
libmpa_la_SOURCES = mp_arg.C mp_arg_utils.C mp_auth.C \
|
||||
libmp_la_SOURCES = mp_arg.C mp_arg_utils.C mp_auth.C \
|
||||
mp_auth_functions.C mp_c_file.C \
|
||||
mp_c_file_utils.C mp_c_message.C mp_c_message_utils.C \
|
||||
mp_c_mp.C mp_c_msg_context.C mp_c_msg_context_utils.C \
|
||||
|
||||
Reference in New Issue
Block a user