aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-11 14:39:14 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-11 14:39:14 +0000
commite6486705f733814481f57b0886b44ecf9d243da1 (patch)
tree351b865b333829f42d8f48c791952c338b9935da /epan/Makefile.am
parent782138e1aaa6fcba6bba7db72dfc7590fabbf318 (diff)
Move make-sminmpec.pl to tools directory
svn path=/trunk/; revision=30511
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index bf557f6295..35ad3c8f1c 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -101,7 +101,6 @@ EXTRA_DIST = \
libwireshark.def \
Makefile.common \
Makefile.nmake \
- make-sminmpec.pl \
radius_dict.l \
tvbtest.c \
reassemble_test.c \
@@ -186,8 +185,8 @@ dtd_grammar.c: $(LEMON)/lemon$(EXEEXT) $(srcdir)/$(LEMON)/lempar.c $(srcdir)/dtd
tvbtest.o exntest.o: exceptions.h
-sminmpec.c: enterprise-numbers make-sminmpec.pl
- $(PERL) $(srcdir)/make-sminmpec.pl $(srcdir)/enterprise-numbers sminmpec.c
+sminmpec.c: enterprise-numbers ../tools/make-sminmpec.pl
+ $(PERL) $(srcdir)/../tools/make-sminmpec.pl $(srcdir)/enterprise-numbers sminmpec.c
inet_ntop.c:
ln -s $(srcdir)/../inet_ntop.c .