summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-20 21:47:20 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-20 21:47:20 +0000
commit64b2b98096c6a5b2ac3af59796e07601eee4e28a (patch)
treec66be6722b148c5632be572f214f49d8cef7650e /include
parent6e10d9886cfe518d1407331a7a8e5bac85390249 (diff)
downloadxorg-lib-libXt-64b2b98096c6a5b2ac3af59796e07601eee4e28a.tar.gz
- Make Xt install its internal files in /usr/include/X11, both in the
modular and the monolithic tree. - Update XTrap to use #include <X11/internal-xt-headerI.h> - Add XvMC to symlink.sh
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am19
1 files changed, 18 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 0fafe75..6f7c849 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -15,7 +15,24 @@ xtinclude_HEADERS = \
X11/RectObjP.h \
X11/ShellP.h \
X11/Vendor.h \
- X11/VendorP.h
+ X11/VendorP.h \
+ \
+ X11/CallbackI.h \
+ X11/ConvertI.h \
+ X11/CreateI.h \
+ X11/EventI.h \
+ X11/HookObjI.h \
+ X11/InitialI.h \
+ X11/IntrinsicI.h \
+ X11/PassivGraI.h \
+ X11/ResourceI.h \
+ X11/SelectionI.h \
+ X11/ShellI.h \
+ X11/ThreadsI.h \
+ X11/TranslateI.h \
+ X11/VarargsI.h \
+ X11/Xtos.h
+
nodist_xtinclude_HEADERS = \
X11/StringDefs.h \