diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-28 12:45:12 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-28 12:45:12 +0100 |
commit | f17f0fa67bc5a373f3fc7964aaad4f08aa1dc761 (patch) | |
tree | d144b3d71245df28e749fe2dfb4c28331955b549 /bindings/cl/Makefile.am | |
parent | 943125bd12dbf181f4dfce7babddf1af7bcb7e18 (diff) |
CL binding ripped out of the tree
Diffstat (limited to 'bindings/cl/Makefile.am')
-rw-r--r-- | bindings/cl/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bindings/cl/Makefile.am b/bindings/cl/Makefile.am deleted file mode 100644 index 034d1f4..0000000 --- a/bindings/cl/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -sitedir=$(CLDIR)/../site/zeromq -zeromqasd=$(CLDIR)/zeromq.asd - -install-data-local: - if test -d $(sitedir); then rm -rdf $(sitedir); fi - mkdir $(sitedir) - chown --reference=$(sitedir)/.. $(sitedir) - cp *.lisp *.asd $(sitedir) - ln -sf $(sitedir)/zeromq.asd $(zeromqasd) |