diff Makefile.gen @ 2410:bc05bcfc4598

Add a C file with the generic BSD license text and a function for printing it out, for use in the tools.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 22:26:24 +0200
parents 1f26fd82735a
children a2c565ae8098
line wrap: on
line diff
--- a/Makefile.gen	Mon Jan 13 22:25:21 2020 +0200
+++ b/Makefile.gen	Mon Jan 13 22:26:24 2020 +0200
@@ -318,7 +318,8 @@
 DMLIB_OBJS += \
 	dmfile.o dmlib.o dmcurves.o dmstring.o \
 	dmgrowbuf.o dmargs.o dmvecmat.o dmperlin.o \
-	dmimage.o dmengine.o dmfft.o dmzlib.o
+	dmimage.o dmengine.o dmfft.o dmzlib.o \
+	dmlicense.o
 
 
 TESTS_TARGETS = $(addprefix $(TESTS_BINPATH),$(addsuffix $(BINEXT),$(TESTS_BINARIES)))