aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-10 03:30:24 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-10 03:30:24 +0000
commitd35d40ea4cc7771d1978788ebc95a995c5386d1e (patch)
treee3c6fff933e9f4f0ceb2c96cb678c268592afe98 /Makefile.common
parent86239f6f64f587a7e1a412d1699c21ad0b58d682 (diff)
Add ps.c to BUILT_SOURCES, so that "make distcheck" doesn't burst into flames.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10836 f5534014-38df-0310-8fa8-9805f1628bb7
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 = \