includes: install them

This commit installs the required include files needed for CDE
development.  In pre-autotools CDE, these were installed in
/usr/dt/share/include/ and a symlink was created in /usr/dt/include to
point toward them.

This is no longer done, and all include files are just installed in
${prefix}/include/ like the rest of the planet.
This commit is contained in:
Jon Trulson
2021-07-17 16:53:07 -06:00
parent 31c2e82eea
commit 1f59b5150a
3 changed files with 35 additions and 1 deletions

View File

@@ -9,6 +9,6 @@ MAINTAINERCLEANFILES = Makefile.in \
config.h.in \
install-sh
SUBDIRS = util lib programs
SUBDIRS = util lib programs include
#NOTYET: doc