1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/Makefile.am
Jon Trulson 1f59b5150a 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.
2021-07-17 17:07:56 -06:00

14 lines
282 B
Makefile

docsdir = $(CDE_INSTALLATION_TOP)
docs_DATA = CONTRIBUTORS COPYING copyright HISTORY README.md
MAINTAINERCLEANFILES = Makefile.in \
configure libtool \
config.guess \
config.sub \
config.log \
config.h.in \
install-sh
SUBDIRS = util lib programs include
#NOTYET: doc