From 3edde5dc9d3db3f6250bbde27801a2f234246290 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 10 Feb 2014 22:04:43 +0000 Subject: [PATCH] Introduced netbsd system adapter in tarball generator --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index aa3efaa..4c5d228 100644 --- a/Makefile.am +++ b/Makefile.am @@ -225,11 +225,13 @@ EXTRA_DIST = \ libburn/os-linux.h \ libburn/os-libcdio.h \ libburn/os-solaris.h \ + libburn/os-netbsd.h \ libburn/sg-dummy.c \ libburn/sg-freebsd.c \ libburn/sg-linux.c \ libburn/sg-libcdio.c \ libburn/sg-solaris.c \ + libburn/sg-netbsd.c \ COPYING \ NEWS \ ChangeLog \