summaryrefslogtreecommitdiff
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-04 08:53:02 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-04 08:53:02 +0000
commit9ff6f3d593ffba053c4f4e1d97230033428cabd3 (patch)
tree62b04d73e9baef09a2dc004edd9708c856793879 /epan/Makefile.common
parent0956858f5a352c1571773e227b15b3b9d0c34c5d (diff)
downloadwireshark-9ff6f3d593ffba053c4f4e1d97230033428cabd3.tar.gz
Check for PERL in epan/configure.in
Fix generation of x11 includes. svn path=/trunk/; revision=10301
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 6e97d6764d..244209edcf 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.2 2004/03/02 01:48:31 jmayer Exp $
+# $Id: Makefile.common,v 1.3 2004/03/04 08:53:02 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -478,5 +478,7 @@ DISSECTOR_SUPPORT_SRC = \
# "BUILT_SOURCES" are built before any "make all" or "make check" targets.
BUILT_SOURCES = \
- register.c
+ register.c \
+ x11-declarations.h \
+ x11-register-info.h