diff options
author | Thomas Graf <tgraf@suug.ch> | 2010-11-18 11:47:40 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2010-11-18 11:47:40 (GMT) |
commit | 09daef3d83253076270970c7492f1ca1a29927c1 (patch) | |
tree | aa0cc6354596721ab8df292c1ce9cb28183d903d | |
parent | c32c3f3664618dfbd62049d79b5167b295c700df (diff) | |
download | libnl-09daef3d83253076270970c7492f1ca1a29927c1.zip libnl-09daef3d83253076270970c7492f1ca1a29927c1.tar.gz libnl-09daef3d83253076270970c7492f1ca1a29927c1.tar.bz2 |
Don't build doc.c, there is no real code in it
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3cfe80b..13da8c2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -7,7 +7,7 @@ lib_LTLIBRARIES = \ libnl.la libnl-genl.la libnl-route.la libnl-nf.la libnl_la_SOURCES = \ - addr.c attr.c cache.c cache_mngr.c cache_mngt.c data.c doc.c \ + addr.c attr.c cache.c cache_mngr.c cache_mngt.c data.c \ error.c handlers.c msg.c nl.c object.c socket.c utils.c libnl_genl_la_LIBADD = libnl.la |