aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 14:03:53 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 14:03:53 +0000
commitca42cb3e401b35dafd78b111c8aeeb9e999e9cb5 (patch)
treed36deccfa59423a4d17d3ab2b667b0797699e5e2 /wsutil/Makefile.common
parent1899903f6978c150e6a79ac0d36a57142e75608f (diff)
Move adler32 from epan/ to wsutil/
The same like done for crc* svn path=/trunk/; revision=53190
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index a01ecee98a..2dd37efe05 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 = \
+ adler32.c \
aes.c \
airpdcap_wep.c \
crash_info.c \
@@ -60,6 +61,7 @@ LIBWSUTIL_SRC = \
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
+ adler32.h \
aes.h \
bits_ctz.h \
bits_count_ones.h \