summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-03-09 14:09:43 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-03-23 11:39:30 +1100
commitb0ae1d3a7a674660e9a436ec43ff43062a745452 (patch)
tree1c7cfe98dd39f7fd459537253bd7358d57d2913b /lib
parentc208aa42024fddc74682742bec12735e432a5510 (diff)
downloadtalos-petitboot-b0ae1d3a7a674660e9a436ec43ff43062a745452.tar.gz
talos-petitboot-b0ae1d3a7a674660e9a436ec43ff43062a745452.zip
Minor fixes for make distcheck
Include the CCAN endian.h header in build sources and change the --with-twin-foo options to default off - most users are not building with libtwin so avoid having configure fail for them. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6b1d82b..8f68202 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -28,6 +28,7 @@ gpg_int_SOURCES =
endif
lib_libpbcore_la_SOURCES = \
+ lib/ccan/endian/endian.h \
lib/file/file.h \
lib/file/file.c \
lib/fold/fold.h \
OpenPOWER on IntegriCloud