aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-09-19 16:26:37 +0000
committerGerald Combs <gerald@wireshark.org>2008-09-19 16:26:37 +0000
commit80e94e3ec3807e48aad6c67e2d9a2a261fd721b3 (patch)
treee57e2120d00da2e96bd5ecc7e510498fd4af4c20 /wsutil/Makefile.common
parentbf24d9c3dc51330526ef158807546f66c6ea244e (diff)
Move wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_to_pcap_encap to
libwsutil. svn path=/trunk/; revision=26233
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 585213db52..a0946a2375 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -29,12 +29,14 @@
# generated from YACC or Lex files (as Automake doesn't want them in
# _SOURCES variables).
LIBWSUTIL_SRC = \
+ encap_util.c \
mpeg-audio.c \
privileges.c \
str_util.c
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
+ encap_util.h \
mpeg-audio.h \
privileges.h \
str_util.h