]> git.cworth.org Git - ttt/blobdiff - kub/Makefile.am
2006-01-14 Carl Worth <cworth@cworth.org>
[ttt] / kub / Makefile.am
diff --git a/kub/Makefile.am b/kub/Makefile.am
new file mode 100644 (file)
index 0000000..69e5c10
--- /dev/null
@@ -0,0 +1,7 @@
+bin_PROGRAMS = kub
+
+kub_sources =          \
+       kub.c
+
+AM_CFLAGS = $(WARN_CFLAGS) $(TTT_CFLAGS)
+kub_LDFLAGS = $(TTT_LIBS)