GRMPF!!!; refs #115

master
Marc Wäckerlin 12 years ago
parent 209d6fb10c
commit 2197aceb77
  1. 4
      src/makefile.am

@ -88,12 +88,12 @@ install-data-local:
${mkinstalldirs} ${DESTDIR}${libdir}
for file in ${QMAKE_TARGET}*; do \
if test -e $file; then \
${INSTALL} $file ${DESTDIR}${libdir}; \
${INSTALL} $file ${DESTDIR}${bindir}; \
fi; \
done
for file in release/${QMAKE_TARGET}*; do \
if test -e $file; then \
${INSTALL} $file ${DESTDIR}${libdir}; \
${INSTALL} $file ${DESTDIR}${bindir}; \
fi; \
done

Loading…
Cancel
Save