Skip to content

Commit

Permalink
Copy more files to the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 5, 2015
1 parent aedf3f4 commit 5147823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Expand Up @@ -10,6 +10,7 @@ libdir = @libdir@/@host_short@/omc

omplot: mkbuilddirs qwt
$(MAKE) -C OMPlot/OMPlotGUI -f Makefile.unix
cp -a OMPlot/OMPlotGUI/*.h @OMBUILDDIR@/include/omplot

.PHONY: install

Expand All @@ -30,6 +31,7 @@ endif
mkdir -p ${DESTDIR}/$(libdir) ${DESTDIR}/$(includedir)/omplot/qwt
cp -a $(buildlib)/* ${DESTDIR}/$(libdir)
cp -a $(builddir_inc)/omplot/qwt ${DESTDIR}/$(includedir)/omplot
cp -a OMPlot/OMPlotGUI/*.h ${DESTDIR}/$(includedir)/omplot

qwt: $(buildlib)/libomqwt@SHREXT@

Expand Down

0 comments on commit 5147823

Please sign in to comment.