aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-07-15 21:18:32 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-07-15 21:18:32 +0000
commit853501a452a61d03b590b5279438cdbd4b6e9a1c (patch)
tree415a6207c90e4b801bc7185a36b1ddfdbcbfa26b /epan
parent9c341a333db61face11ca5728450a9337c029090 (diff)
Radius Dictionary Support
Part 3: the makefiles svn path=/trunk/; revision=14926
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.am3
-rw-r--r--epan/Makefile.common1
-rw-r--r--epan/Makefile.nmake2
3 files changed, 6 insertions, 0 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index eabb90bf11..93ee2e9b38 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -53,6 +53,7 @@ EXTRA_DIST = \
libethereal.def \
Makefile.common \
Makefile.nmake \
+ radius_dict.l \
tvbtest.c \
doxygen.cfg.in
@@ -73,6 +74,8 @@ libethereal_la_DEPENDENCIES = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO
tvbtest: tvbtest.o tvbuff.o except.o strutil.o
$(LINK) -o tvbtest tvbtest.o tvbuff.o except.o strutil.o `glib-config --libs`
+radius_dict.c: radius_dict.l
+ $(LEX) radius_dict.l
if HAVE_PLUGINS
diff --git a/epan/Makefile.common b/epan/Makefile.common
index d42121dc18..6b7a6e168c 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -58,6 +58,7 @@ LIBETHEREAL_SRC = \
prefs.c \
proto.c \
ptvcursor.c \
+ radius_dict.c \
range.c \
reassemble.c \
req_resp_hdrs.c \
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 20cae5121f..e8584ec513 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -141,3 +141,5 @@ mkstemp.c: ..\mkstemp.c
strptime.c: ..\strptime.c
xcopy ..\strptime.c . /d /y
+radius_dict.c : radius_dict.l
+ $(LEX) radius_dict.l