mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
tt: create Makefile.am for tt/util
This commit is contained in:
parent
8ae0dace89
commit
ff2e991ce8
2 changed files with 29 additions and 0 deletions
|
@ -216,6 +216,7 @@ lib/tt/lib/api/c/Makefile
|
|||
lib/tt/lib/tttk/Makefile
|
||||
lib/tt/lib/db/Makefile
|
||||
lib/tt/lib/mp/Makefile
|
||||
lib/tt/lib/util/Makefile
|
||||
lib/tt/bin/Makefile
|
||||
lib/tt/bin/shell/Makefile
|
||||
lib/tt/bin/ttauth/Makefile
|
||||
|
|
28
cde/lib/tt/lib/util/Makefile.am
Normal file
28
cde/lib/tt/lib/util/Makefile.am
Normal file
|
@ -0,0 +1,28 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../tooltalk.inc
|
||||
|
||||
noinst_LTLIBRARIES = libutil.la
|
||||
|
||||
libutil_la_CXXFLAGS = $(TIRPCINC) $(TT_VERSION_DEFINE) -I../../lib
|
||||
|
||||
libutil_la_SOURCES = copyright.C tt_map_entry_utils.C \
|
||||
tt_Xlib.C tt_new.C \
|
||||
tt_audit.C tt_new_ptr.C \
|
||||
tt_base64.C tt_object.C \
|
||||
tt_enumname.C tt_object_list.C \
|
||||
tt_file_system.C tt_object_table.C \
|
||||
tt_file_system_entry_utils.C tt_path.C \
|
||||
tt_gettext.C tt_port.C \
|
||||
tt_global_env.C tt_string.C \
|
||||
tt_host.C tt_string_map.C \
|
||||
tt_host_equiv.C tt_string_map_utils.C \
|
||||
tt_host_equiv_utils.C tt_string_match.C \
|
||||
tt_host_utils.C tt_threadspecific.C \
|
||||
tt_int_rec.C tt_trace.C \
|
||||
tt_iostream.C tt_trace_parser.C \
|
||||
tt_ldpath.C tt_trace_stream.C \
|
||||
tt_log.C tt_tracefile_parse.C \
|
||||
tt_map_entry.C tt_xdr_utils.C \
|
||||
tt_entry_pt.C
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue