From 513e45ccce5ae286fc67fde1a1bf703e9c8d83aa Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Wed, 13 Oct 2010 16:50:33 +0200 Subject: [PATCH] Don't include pktloc_syntax.h in BUILT_SOURCES --- lib/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index b415b63..92a916e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -23,7 +23,6 @@ libnl_nf_la_SOURCES = \ netfilter/netfilter.c netfilter/nfnl.c netfilter/queue.c \ netfilter/queue_msg.c netfilter/queue_msg_obj.c netfilter/queue_obj.c -BUILT_SOURCES = route/pktloc_syntax.h CLEANFILES = \ route/pktloc_grammar.c route/pktloc_grammar.h \ route/pktloc_syntax.c route/pktloc_syntax.h