aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-10-21 04:13:46 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-10-21 04:13:46 +0000
commitdf021e02a8ebe19d0537bb836b988bc7d424f79e (patch)
treef803e2f82447fa4d7bd9917fb7734e49100e7f42 /lib
parent571a84881ebb07e5c307a748b705724ec2d8d3e4 (diff)
downloadsg3_utils-df021e02a8ebe19d0537bb836b988bc7d424f79e.tar.gz
build cleanups for 'make distcheck'
See https://github.com/doug-gilbert/sg3_utils/pull/26, 27 and 28; still need svn:ignore property or maybe global-ignores. More testing/*_dd.c* cleanups for retiring HIPRI and relacing with POLLED (for calling bio_poll() in kernel). git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@975 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
-rw-r--r--lib/Makefile.in4
2 files changed, 7 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 69c64aff..2c19b1bd 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -104,3 +104,6 @@ libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VE
libsgutils2_la_LIBADD = @GETOPT_O_FILES@
libsgutils2_la_DEPENDENCIES = @GETOPT_O_FILES@
+EXTRA_DIST = \
+ sg_json_builder.h \
+ BSD_LICENSE
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 88ba65b9..529c7d12 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -413,6 +413,10 @@ lib_LTLIBRARIES = libsgutils2.la
libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VERSION}
libsgutils2_la_LIBADD = @GETOPT_O_FILES@
libsgutils2_la_DEPENDENCIES = @GETOPT_O_FILES@
+EXTRA_DIST = \
+ sg_json_builder.h \
+ BSD_LICENSE
+
all: all-am
.SUFFIXES: