diff options
Diffstat (limited to 'compat/Makefile')
-rw-r--r-- | compat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/compat/Makefile b/compat/Makefile index f820f71..65ec3ef 100644 --- a/compat/Makefile +++ b/compat/Makefile @@ -19,7 +19,8 @@ DISTFILES = Makefile \ strlcpy.c \ strtonum.c \ tree.h \ - vasprintf.c + vasprintf.c \ + vis.c all: false @@ -27,6 +28,8 @@ all: dist: ${DISTFILES} mkdir -p ${DESTDIR}/ ${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/ + mkdir -p ${DESTDIR}/vis + ${INSTALL} -m 0644 vis/vis.h ${DESTDIR}/vis .PHONY: all dist include ../config.mk |