From: Thomas Graf Date: Wed, 13 Oct 2010 14:50:33 +0000 (+0200) Subject: Don't include pktloc_syntax.h in BUILT_SOURCES X-Git-Tag: libnl2_0^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=513e45ccce5ae286fc67fde1a1bf703e9c8d83aa;p=thirdparty%2Flibnl.git Don't include pktloc_syntax.h in BUILT_SOURCES --- 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