aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-01 20:16:31 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-01 20:16:31 +0000
commitc97b7912fad39926de65a52f7dbc682177fdc2f0 (patch)
tree0fe62cbfb4223fe15ae11398a09134fe7dbade3e /epan/Makefile.am
parent34df2dbe547329834d9a99465856d47992786780 (diff)
Go far enough down a rabbit hole and you will encounter libtool. See
if changing .o to .lo works. svn path=/trunk/; revision=47430
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 6df5dd89b3..1e45846c41 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -169,7 +169,7 @@ diam_dict_lex.h: diam_dict.c
dtd_parse_lex.h: dtd_parse.c
-dtd_parse.o: dtd_grammar.h
+dtd_parse.lo: dtd_grammar.h
dtd_preparse_lex.h: dtd_preparse.c