aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
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 \