aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 1ed4f22ed3..96b5a7cfa3 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -32,7 +32,8 @@ LIBWSUTIL_SRC = \
adler32.c \
aes.c \
airpdcap_wep.c \
- bitswap.c \
+ base64.c \
+ bitswap.c \
crash_info.c \
crc6.c \
crc7.c \
@@ -66,6 +67,7 @@ LIBWSUTIL_SRC = \
LIBWSUTIL_INCLUDES = \
adler32.h \
aes.h \
+ base64.h \
bits_ctz.h \
bits_count_ones.h \
bitswap.h \