diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 00:46:42 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 00:46:42 +0000 |
commit | 422f12414fcea09e2c519a2f113a5e14971a600b (patch) | |
tree | 32c589956e440e76424787f09e5d16b04bfc7b8b /lang/Makefile | |
parent | Update to 1.3.16. (diff) |
Add py-prolog, A Python extension embedding SWI-Prolog
Submitted by: g.gonter@ieee.org
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 734bdd681d00..5ba524bcc7c1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -163,6 +163,7 @@ SUBDIR += ptoc SUBDIR += py-compiler SUBDIR += py-mx-base + SUBDIR += py-prolog SUBDIR += python SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 |