Commit Diff


commit - d5723b877f3939fb74a9997fc1724918b8dbe150
commit + 862d0bc3f5527cf70918a377910c07063c86373b
blob - e9aee092435434abaed93a971c485b66e12956fe
blob + e322261728a8860b017eeed28fe9893fbe4abf7f
--- Makefile.am
+++ Makefile.am
@@ -1,16 +1,5 @@
-SUBDIRS = kamictl kamid kamiftp kamirepl ninepscript regress
+SUBDIRS = contrib kamictl kamid kamiftp kamirepl ninepscript regress
 
-EXTRA_DIST =	compat/imsg.h \
-		compat/ohash.h \
-		compat/queue.h \
-		compat/tree.h \
-		compat/vis.h \
-		contrib/9ps-mode.el \
-		contrib/Makefile \
-		contrib/README.md \
-		contrib/fingerprint \
-		contrib/gencert
-
 AM_CPPFLAGS += -DKAMID_VERSION='"@VERSION"' \
 	-I$(top_srcdir)/lib \
 	-I$(top_srcdir)/compat
blob - 76585165daea579c6ccb88b09d81b0e911a9b68e
blob + 3d688aae00f6da973cceed94f118fd50b7350e01
--- configure.ac
+++ configure.ac
@@ -177,6 +177,7 @@ LDFLAGS="$SAVED_LDFLAGS"
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([
 	Makefile
+	contrib/Makefile
 	kamictl/Makefile
 	kamid/Makefile
 	kamiftp/Makefile
blob - /dev/null
blob + f4e724e33db1145112a1100eeee65a0e42b47df6 (mode 644)
--- /dev/null
+++ contrib/Makefile.am
@@ -0,0 +1,5 @@
+EXTRA_DIST =	.gitignore \
+		9ps-mode.el \
+		README.md \
+		fingerprint \
+		gencert