aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-28 20:19:55 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-28 20:19:55 +0000
commit47e2d75820ee02066a61e341034aace6d28063c1 (patch)
treed70498d786146b2e819ee680cc26ba8c90fd167e /wsutil/Makefile.common
parent17807a6b21c50a72e3bc11ddf0ff7bc2b313823a (diff)
Move some code (including the optional objects) into libwsutil
svn path=/trunk/; revision=33012
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 08ee515026..9e9c56e716 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -29,14 +29,16 @@
# generated from YACC or Lex files (as Automake doesn't want them in
# _SOURCES variables).
LIBWSUTIL_SRC = \
+ inet_aton.c \
mpeg-audio.c \
privileges.c \
- str_util.c \
+ str_util.c \
type_util.c
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
+ inet_aton.h \
mpeg-audio.h \
privileges.h \
- str_util.h \
+ str_util.h \
type_util.h