summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-10-28 19:24:13 +0000
committerTed Trask <ttrask01@yahoo.com>2014-10-28 19:24:13 +0000
commitff7d801f39a496de708dd6aaa5dbe852c58aadc9 (patch)
treeb6c0398a92ff0f49bdd0ade5a336d61e5737c467 /Makefile
parent282d068aced3f88956af4182a353f8ea150caa2b (diff)
downloadacf-db-ff7d801f39a496de708dd6aaa5dbe852c58aadc9.tar.bz2
acf-db-ff7d801f39a496de708dd6aaa5dbe852c58aadc9.tar.xz
Add db controller/model to allow editing of any supported database
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9eca99..776a086 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,9 @@ phony+=install
install: install-recursive $(SUBDIRS)
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
+ for i in $$(ls -1 $(DESTDIR)/$(acflibdir)/db-*.lsp); do\
+ ln -sf $$i $(install_dir)/$$(echo "$$(basename $$i)" | sed "s/db/$(APP_NAME)/");\
+ done
include config.mk