Files
cdesktop/cde/lib/tt/lib/db/Makefile.am
Jon Trulson c329d5cfd7 Remove $(TIRPCINC) from all Makefile.am files - it no longer exists
Also, restructure some of the dependencies in the lib/tt binaries.  We
will link with libtt (which will include libtirpc as a dependency),
and XTOOLLIB - all the right X11 stuff without needing to add it to
every OS.  Removed several uneeded OS specializations ("if LINUX",
etc) as a result.
2019-11-20 18:52:29 -07:00

25 lines
1.2 KiB
Makefile

MAINTAINERCLEANFILES = Makefile.in
include ../../tooltalk.inc
noinst_LTLIBRARIES = libdb.la
libdb_la_CXXFLAGS = -I../../lib -I../../mini_isam
libdb_la_SOURCES = db_server_clnt.C db_server_xdr.C \
old_db_server_functions.C tt_client_isam_file.C \
tt_client_isam_file_utils.C tt_client_isam_key_descriptor.C \
tt_client_isam_key_descriptor_utils.C tt_client_isam_record.C \
tt_client_isam_record_utils.C tt_db_access_utils.C \
tt_db_client.C tt_db_client_utils.C \
tt_db_create_objid.C tt_db_file.C \
tt_db_file_utils.C tt_db_hostname_global_map_ref.C \
tt_db_hostname_redirection_map.C tt_db_key.C \
tt_db_key_utils.C tt_db_network_path.C \
tt_db_object.C tt_db_object_utils.C \
tt_db_objid_to_key.C tt_db_property.C \
tt_db_property_utils.C tt_db_rpc_message_routines.C \
tt_db_rpc_routines.C tt_old_db.C \
tt_old_db_message_info.C tt_old_db_message_info_utils.C \
tt_old_db_partition_map_ref.C tt_old_db_utils.C