From 120810eaa624090f472d614988f6171fcad9088a Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Thu, 31 Jul 2014 14:40:02 +0200 Subject: [PATCH] Add oldapi to dist. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 88a1d43..60dec8c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ PROGNAME = ocaml-glpk DISTFILES = CHANGES COPYING Makefile README VERSION \ src/Makefile src/OCamlMakefile src/META src/*.ml src/*.mli src/*.c \ + src/oldapi/* \ examples/Makefile examples/OCamlMakefile examples/*.ml \ doc/html VERSION := $(shell cat VERSION)