aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-01 23:34:47 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-01 23:34:47 +0000
commit2df54da6e2b70777154d38ce3923093568358285 (patch)
tree4bdb887d40a0a5fee501c0bd30f31388019fbe32 /wsutil/Makefile.common
parent6ae3372687957dfbda6352598aee00e84f83f7da (diff)
Move a bunch of the crypt modules and pint.h into wsutil.
This means wsutil now links against libcrypt. Protect a bunch of the crypt header files from multiple inclusion. svn path=/trunk/; revision=51100
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common14
1 files changed, 14 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 8e2903bef5..9261ea469e 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -29,6 +29,7 @@
# generated from YACC or Lex files (as Automake doesn't want them in
# _SOURCES variables).
LIBWSUTIL_SRC = \
+ aes.c \
airpdcap_wep.c \
crash_info.c \
crc6.c \
@@ -40,12 +41,18 @@ LIBWSUTIL_SRC = \
crc16-plain.c \
crc32.c \
crcdrm.c \
+ des.c \
+ eax.c \
g711.c \
+ md4.c \
+ md5.c \
mpeg-audio.c \
nstime.c \
privileges.c \
+ sha1.c \
strnatcmp.c \
str_util.c \
+ rc4.c \
report_err.c \
tempfile.c \
type_util.c \
@@ -53,6 +60,7 @@ LIBWSUTIL_SRC = \
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
+ aes.h \
crash_info.h \
crc6.h \
crc7.h \
@@ -63,12 +71,18 @@ LIBWSUTIL_INCLUDES = \
crc16-plain.h \
crc32.h \
crcdrm.h \
+ des.h \
+ eax.h \
g711.h \
+ md4.h \
+ md5.h \
mpeg-audio.h \
nstime.h \
privileges.h \
+ sha1.h \
strnatcmp.h \
str_util.h \
+ rc4.h \
report_err.h \
tempfile.h \
type_util.h \