summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-05-10 03:30:24 +0000
committerGerald Combs <gerald@wireshark.org>2004-05-10 03:30:24 +0000
commit63eb447d7e1dc2c404f214039ea970def28de4a3 (patch)
treee3c6fff933e9f4f0ceb2c96cb678c268592afe98 /Makefile.common
parentcb6f40213b1c3fc04cb6049576e73c2b678a60e9 (diff)
downloadwireshark-63eb447d7e1dc2c404f214039ea970def28de4a3.tar.gz
Add ps.c to BUILT_SOURCES, so that "make distcheck" doesn't burst into flames.
svn path=/trunk/; revision=10836
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 3ec952c380..3ec07a62f0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.42 2004/05/09 10:03:36 guy Exp $
+# $Id: Makefile.common,v 1.43 2004/05/10 03:30:24 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -253,7 +253,8 @@ DISSECTOR_SUPPORT_INCLUDES = \
# "BUILT_SOURCES" are built before any "make all" or "make check" targets.
BUILT_SOURCES = \
- cvsversion.h
+ cvsversion.h \
+ ps.c
# sources common for ethereal and tethereal
ETHEREAL_COMMON_SRC = \