mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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:
parent
31c2e82eea
commit
1f59b5150a
3 changed files with 35 additions and 1 deletions
|
@ -9,6 +9,6 @@ MAINTAINERCLEANFILES = Makefile.in \
|
||||||
config.h.in \
|
config.h.in \
|
||||||
install-sh
|
install-sh
|
||||||
|
|
||||||
SUBDIRS = util lib programs
|
SUBDIRS = util lib programs include
|
||||||
|
|
||||||
#NOTYET: doc
|
#NOTYET: doc
|
||||||
|
|
|
@ -755,6 +755,8 @@ programs/localized/es_ES.UTF-8/palettes/Makefile
|
||||||
programs/localized/es_ES.UTF-8/msg/Makefile
|
programs/localized/es_ES.UTF-8/msg/Makefile
|
||||||
programs/localized/es_ES.UTF-8/appmanager/Makefile
|
programs/localized/es_ES.UTF-8/appmanager/Makefile
|
||||||
|
|
||||||
|
include/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
32
cde/include/Makefile.am
Normal file
32
cde/include/Makefile.am
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
# Install the header files
|
||||||
|
|
||||||
|
nobase_include_HEADERS = Dt/Editor.h \
|
||||||
|
Dt/TermPrim.h \
|
||||||
|
Dt/Term.h \
|
||||||
|
Dt/HelpDialog.h \
|
||||||
|
Dt/Help.h \
|
||||||
|
Dt/HelpQuickD.h \
|
||||||
|
Dt/Print.h \
|
||||||
|
Dt/Mrm.h \
|
||||||
|
Dt/Dt.h \
|
||||||
|
Dt/Action.h \
|
||||||
|
Dt/Dnd.h \
|
||||||
|
Dt/Dts.h \
|
||||||
|
Dt/Session.h \
|
||||||
|
Dt/Saver.h \
|
||||||
|
Dt/Wsm.h \
|
||||||
|
Dt/MsgLog.h \
|
||||||
|
Dt/ComboBox.h \
|
||||||
|
Dt/SpinBox.h \
|
||||||
|
Dt/MenuButton.h \
|
||||||
|
Tt/tt_c.h \
|
||||||
|
Tt/tttk.h \
|
||||||
|
csa/csa.h \
|
||||||
|
Dt/Info.h \
|
||||||
|
Dt/Search.h \
|
||||||
|
Dt/Mmdb.h
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue