diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-06-05 14:16:21 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-06-12 22:29:23 +0100 |
commit | 4e3d5d30f673c7cc52a7aa2a50f7fda34bc1f4cc (patch) | |
tree | dcc032b92ea5a71785b95f540a7bed4516d244cb /configure.ac | |
parent | 09dbdc750e4612cb7a2db5331b6e9d6278d7f3c0 (diff) |
Revert "- Dropped contrib/"
This reverts commit 206336e601c61264d4dd7b6c031b5cc96b7e3f44.
Conflicts:
Makefile.in
configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1afea6b..1fb6f61 100644 --- a/configure.ac +++ b/configure.ac @@ -97,6 +97,8 @@ AC_DEFINE_DIR([LOCALSTATEDIR],[localstatedir],[Set to localstatedir.]) AC_CONFIG_FILES( \ Makefile \ + contrib/Makefile \ + contrib/help/Makefile \ src/Makefile \ libltdl/Makefile \ modules/Makefile \ |