aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-07 14:54:35 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-07 14:54:35 +0000
commit2006fac5001aa467ad9d8ce1e0d6e3eec153c778 (patch)
tree9a3bf4e0af9f4c0dd25f4f39337540b5ab3983a1 /epan/Makefile.nmake
parent5ec87e6eef75ca30eead6859139efcc8b5fe679e (diff)
* Add a category param to the uat.
* UATify SNMP Users svn path=/trunk/; revision=20736
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index a6bba1e6c2..b6142c89d5 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -121,7 +121,7 @@ clean:
distclean: clean
rm -f config.h register.c mkstemp.c strptime.c radius_dict.c \
dtd_grammar.out dtd_grammar.c dtd_grammar.h dtd_parse.c \
- dtd_preparse.c load_snmp_users_file.c sminmpec.c uat_load.c
+ dtd_preparse.c sminmpec.c uat_load.c
cd crypt
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../ftypes
@@ -207,9 +207,6 @@ dtd_parse.c : dtd_parse.l
dtd_preparse.c : dtd_preparse.l
$(LEX) -odtd_preparse.c dtd_preparse.l
-load_snmp_users_file.c : load_snmp_users_file.l
- $(LEX) -oload_snmp_users_file.c load_snmp_users_file.l
-
uat_load.c : uat_load.l
$(LEX) -ouat_load.c uat_load.l