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:
@@ -9,6 +9,6 @@ MAINTAINERCLEANFILES = Makefile.in \
|
||||
config.h.in \
|
||||
install-sh
|
||||
|
||||
SUBDIRS = util lib programs
|
||||
SUBDIRS = util lib programs include
|
||||
|
||||
#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/appmanager/Makefile
|
||||
|
||||
include/Makefile
|
||||
|
||||
])
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user