From 870d0a22ff29e328f4f464994510f6234ff3919b Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Tue, 5 May 2009 12:52:29 +0000 Subject: Update --- cpukit/libmisc/Makefile.am | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'cpukit/libmisc/Makefile.am') diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am index 5063a740ce..d2f97378f4 100644 --- a/cpukit/libmisc/Makefile.am +++ b/cpukit/libmisc/Makefile.am @@ -85,7 +85,8 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \ shell/err.c shell/errx.c shell/verr.c shell/vis.c \ shell/verrx.c shell/vwarn.c shell/vwarnx.c shell/warn.c shell/warnx.c \ shell/fts.c shell/print_heapinfo.c shell/main_wkspaceinfo.c \ - shell/shell_script.c shell/login_prompt.c shell/login_check.c + shell/shell_script.c shell/login_prompt.c shell/login_check.c \ + shell/fdisk.c if LIBNETWORKING libshell_a_SOURCES += shell/main_mount_ftp.c shell/main_mount_tftp.c \ shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c \ @@ -125,6 +126,21 @@ libfsmount_a_SOURCES = fsmount/fsmount.c fsmount/fsmount.h EXTRA_DIST += fsmount/README +## uuid +noinst_LIBRARIES += libuuid.a +libuuid_a_SOURCES = uuid/clear.c \ + uuid/compare.c \ + uuid/copy.c \ + uuid/gen_uuid.c \ + uuid/isnull.c \ + uuid/pack.c \ + uuid/parse.c \ + uuid/unpack.c \ + uuid/unparse.c \ + uuid/uuid_time.c \ + uuid/uuidd.h \ + uuid/uuidP.h + ## --- include $(srcdir)/preinstall.am include $(top_srcdir)/automake/local.am -- cgit v1.2.3