aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-07-22 18:37:33 +0000
committerGerald Combs <gerald@wireshark.org>2003-07-22 18:37:33 +0000
commitbdfd99d6e8e5efeced768ff12cdbc27fd11499a5 (patch)
tree4ce836bb0c5d4d061bb5d7350b5114c9c4d6162c
parent09b4172ac48aff0092f7377c036da3d29801fd65 (diff)
Fix a "make distcheck" failure.
svn path=/trunk/; revision=8065
-rw-r--r--plugins/Makefile.am26
1 files changed, 22 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 65462e6d86..8715c40007 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.17 2003/07/19 22:33:55 gerald Exp $
+# $Id: Makefile.am,v 1.18 2003/07/22 18:37:33 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -25,11 +25,19 @@ SUBDIRS = artnet docsis giop gryphon megaco mgcp pcli rtnet
plugindir = @plugindir@
-Xplugin_api.c: plugin_gen.py plugin_api.c plugin_api_list.c
- $(PYTHON) plugin_gen.py xyzzy
+ADDRESS_EXPORT_FILES = \
+ xyzzy \
+ plugin_api_list.c \
+ Xplugin_api.c \
+ Xplugin_api.h \
+ Xplugin_api_decls.h \
+ Xplugin_table.h
+
+$(ADDRESS_EXPORT_FILES): xyzzy plugin_gen.py plugin_api.c plugin_api_list.c
+ $(PYTHON) $(srcdir)/plugin_gen.py xyzzy
xyzzy: plugin_api_list.c
- gcc -aux-info xyzzy -DHAVE_CONFIG_H $(GLIB_CFLAGS) -I.. -c $(srcdir)/plugin_api_list.c
+ gcc -aux-info xyzzy -DHAVE_CONFIG_H $(GLIB_CFLAGS) -I$(top_srcdir) -I$(top_builddir) -c $(srcdir)/plugin_api_list.c
EXTRA_DIST = \
plugin_api.c \
@@ -45,3 +53,13 @@ EXTRA_DIST = \
Xplugin_api.h \
Xplugin_api_decls.h \
Xplugin_table.h
+
+CLEANFILES = \
+ Xass-list \
+ Xepan_plugins.c \
+ Xplugin_api.c \
+ Xplugin_api.h \
+ Xplugin_api_decls.h \
+ Xplugin_table.h \
+ plugin_api_list.o \
+ xyzzy