mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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.
14 lines
282 B
Makefile
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
|