From 9ff6f3d593ffba053c4f4e1d97230033428cabd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 4 Mar 2004 08:53:02 +0000 Subject: Check for PERL in epan/configure.in Fix generation of x11 includes. svn path=/trunk/; revision=10301 --- epan/Makefile.common | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'epan/Makefile.common') 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 @@ -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 -- cgit v1.2.1