diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2016-01-13 12:12:10 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2016-01-13 12:12:10 +0300 |
commit | 8841e9475a2ff9e76b9dab286375b65e0b1758e0 (patch) | |
tree | 55caa66fb7d61f75af536503c2a41007f71686b1 /tools | |
parent | 41034b4fbb80850838585fff110d386b8891f5e2 (diff) | |
download | ConsoleKit2-1.0.1.tar.gz |
Updates for 1.0.1 release1.0.1
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 624cddb..07d02e3 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -14,6 +14,10 @@ if CK_COMPILE_FREEBSD SUBDIRS += freebsd endif +if CK_COMPILE_NETBSD +SUBDIRS += netbsd +endif + if CK_COMPILE_OPENBSD SUBDIRS += openbsd endif @@ -25,6 +29,7 @@ endif DIST_SUBDIRS = \ linux \ freebsd \ + netbsd \ openbsd \ solaris \ $(NULL) |