Add 'include/senf' directory
[senf.git] / debian / rules
index b6a8e66..e6f15b4 100755 (executable)
@@ -37,9 +37,10 @@ configure: configure-stamp
 configure-stamp:
        dh_testdir
 #      # Add here commands to configure the package.
-       rm -f Doxyfile.local SConfig
-#       If needed, we could create new 'Doxyfile.local' and/or 'SConfig' files here.
-#       We don't remove them in 'clean' to allow building a source package from an 
+       rm -f Doxyfile.local SConfig local_config.hh
+#       If needed, we could create new files 'Doxyfile.local',
+#       'SConfig' and/or 'local_config.hh' here.  We don't remove them
+#       in 'clean' to allow building a source package from an
 #       individually configured svn working copy.
        touch configure-stamp
 
@@ -67,7 +68,8 @@ install: build
 #      # Add here commands to install the package into debian/tmp
        scons  install_all final=1\
                PREFIX='$(destdir)/usr' \
-               DOCINSTALLDIR='$$PREFIX/share/doc/libsenf-doc'
+               DOCINSTALLDIR='$$PREFIX/share/doc/libsenf-doc' \
+               INCLUDEINSTALLDIR='$$PREFIX/include/senf' 
 #       We need to install the example sourcecode
        find Examples \( -name "*.hh" -o -name "*.cc" \) -printf "%P\n" | \
                while read src; do \