Skip to content
Snippets Groups Projects
Commit 01e9651b authored by Houtan Bastani's avatar Houtan Bastani
Browse files

make install, closes #576

parent 18ae7894
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ SUBDIRS = macro
BUILT_SOURCES = DynareBison.hh stack.hh position.hh location.hh DynareBison.cc DynareFlex.cc FlexLexer.h
matlabdir = $(libdir)/matlab
matlabdir = $(DESTDIR)$(pkglibdir)/matlab
matlab_PROGRAMS = dynare_m
......@@ -81,3 +81,6 @@ clean-local:
rm -rf doc/html/
EXTRA_DIST = $(BUILT_SOURCES) Doxyfile
install-exec-local:
$(MKDIR_P) $(DESTDIR)$(pkglibdir)/matlab
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment