summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-08-12 10:45:47 +0200
committerThomas Graf <tgraf@suug.ch>2011-08-12 10:45:47 +0200
commit23333e5e354cc89cf036e16551957710480d511e (patch)
tree1314fe4b5e913f62d62adcdf5bb829eed44abdfa /Makefile.am
parentd8d96bb2365f28ee3f519d610aced5d0c1e71c3d (diff)
downloadlibnl-23333e5e354cc89cf036e16551957710480d511e.tar.gz
python: Include python/ in distribution and provide a README on how to build & install
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 68d236c..644fdb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ if ENABLE_CLI
OPT_DIRS += src
endif
-SUBDIRS = include lib doc man $(OPT_DIRS)
+SUBDIRS = include lib doc man python $(OPT_DIRS)
pkgconfig_DATA = libnl-3.1.pc \
libnl-route-3.1.pc \