aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-10 23:16:00 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-10 23:16:00 +0000
commitfe3b7d73edd4e41389f9b3ff3cd9d07892ae3e56 (patch)
treed5da1055f781a8a7c6c54eaaeb30a476867caa4a /epan/Makefile.common
parentd121dc07f1601c58994bdd4acd6ee33ef845e0e8 (diff)
Move the base-64 routines to "epan/base64.c".
svn path=/trunk/; revision=11960
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index dc4a4d0fb5..e25f5ac79c 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -27,6 +27,7 @@ LIBETHEREAL_SRC = \
addr_and_mask.c \
addr_resolv.c \
atalk-utils.c \
+ base64.c \
bitswap.c \
charsets.c \
circuit.c \
@@ -54,6 +55,7 @@ LIBETHEREAL_INCLUDES = \
addr_resolv.h \
address.h \
atalk-utils.h \
+ base64.h \
bitswap.h \
charsets.h \
circuit.h \