diff options
author | Thomas Graf <tgraf@suug.ch> | 2010-10-13 16:50:33 +0200 |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2010-10-13 16:50:33 +0200 |
commit | 513e45ccce5ae286fc67fde1a1bf703e9c8d83aa (patch) | |
tree | c7062bfe186db3c8a6e7b5d3b8144af34cf91208 /lib/Makefile.am | |
parent | 2b3fabab9ef2445ab1c48de0fed82514e4eb32dc (diff) | |
download | libnl-513e45ccce5ae286fc67fde1a1bf703e9c8d83aa.tar.gz |
Don't include pktloc_syntax.h in BUILT_SOURCESlibnl2_0
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |