aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:50:50 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:50:50 +0000
commit4dcc156cf360c2e355349e539c28c867eef0f7d0 (patch)
tree195b81af7607fbee7fdb635c943214f1997ee936 /Makefile.common
parent416c76a728a8a67b0473ed72b7ddc163739606aa (diff)
Move the print modules into epan.
svn path=/trunk/; revision=50526
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.common b/Makefile.common
index 6f89e69667..4f5cb333cc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -27,8 +27,7 @@
BUILT_HEADER_FILES = \
svnversion.h
-BUILT_C_FILES = \
- ps.c
+BUILT_C_FILES =
BUILT_SOURCES = $(BUILT_C_FILES) $(BUILT_HEADER_FILES)
@@ -37,8 +36,7 @@ GENERATED_HEADER_FILES = \
$(BUILT_HEADER_FILES)
# C source files generated from source files.
-GENERATED_C_FILES = \
- $(BUILT_C_FILES)
+GENERATED_C_FILES =
# All the generated files.
GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
@@ -51,8 +49,6 @@ SHARK_COMMON_SRC = \
cfutils.c \
clopts_common.c \
frame_tvbuff.c \
- print.c \
- ps.c \
sync_pipe_write.c \
version_info.c
@@ -70,8 +66,6 @@ SHARK_COMMON_INCLUDES = \
fileset.h \
frame_tvbuff.h \
isprint.h \
- print.h \
- ps.h \
register.h \
version_info.h \
ws_symbol_export.h