From ca6bb3e14a68071da37828f8ed3e3efb7b9052cb Mon Sep 17 00:00:00 2001 From: hsn <> Date: Tue, 24 Jun 2003 19:37:27 +0000 Subject: [PATCH] Initial revision --- common/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/Makefile.am diff --git a/common/Makefile.am b/common/Makefile.am new file mode 100644 index 0000000..ecca044 --- /dev/null +++ b/common/Makefile.am @@ -0,0 +1,4 @@ +## Process this file with automake to produce Makefile.in +noinst_LIBRARIES=libcommon.a + +libcommon_a_SOURCES=random.c strdup.c udp_io.c getsl.c