]> andersk Git - moira.git/blobdiff - include/Imakefile
install moira.h & moira_site.h
[moira.git] / include / Imakefile
index 81a667b9385be8feafadf6eb56b9cfb28ffe4ab5..e1a23be7604ac95f67d6e7320c01a870a53b59f3 100644 (file)
@@ -15,3 +15,8 @@ SRCDIR=$(SRCTOP)/include
 all::
 
 depend:: ${CODE}
+
+install::
+       -mkdir ${DESTDIR}${INCLDIR}
+       for i in moira.h moira_site.h; do \
+               ${INSTALLFILE} $$i ${DESTDIR}${INCLDIR}/$$i; done
This page took 0.073334 seconds and 4 git commands to generate.