summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-11-18 12:47:40 +0100
committerThomas Graf <tgraf@suug.ch>2010-11-18 12:47:40 +0100
commit09daef3d83253076270970c7492f1ca1a29927c1 (patch)
treeaa0cc6354596721ab8df292c1ce9cb28183d903d
parentc32c3f3664618dfbd62049d79b5167b295c700df (diff)
downloadlibnl-09daef3d83253076270970c7492f1ca1a29927c1.tar.gz
Don't build doc.c, there is no real code in it
-rw-r--r--lib/Makefile.am2
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