From 303f8c98ee28150285d69bd213970144fe224da3 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 23 Jun 2021 18:09:48 +0000 Subject: Haiku OS support, add pt function list in sg_pt_dummy.c; add slices to sg_mrq_dd git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@905 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index f04c7778..97410dc3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -42,6 +42,14 @@ if OS_OSF libsgutils2_la_SOURCES += sg_pt_osf1.c endif +if OS_HAIKU +if PT_DUMMY +libsgutils2_la_SOURCES += sg_pt_dummy.c +else +libsgutils2_la_SOURCES += sg_pt_haiku.c +endif +endif + if OS_NETBSD libsgutils2_la_SOURCES += sg_pt_dummy.c endif @@ -50,6 +58,10 @@ if OS_OPENBSD libsgutils2_la_SOURCES += sg_pt_dummy.c endif +if OS_OTHER +libsgutils2_la_SOURCES += sg_pt_dummy.c +endif + if DEBUG # This is active if --enable-debug given to ./configure # removed -Wduplicated-branches because needs gcc-8 -- cgit v1.2.3