diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-20 21:47:20 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-20 21:47:20 +0000 |
commit | 64b2b98096c6a5b2ac3af59796e07601eee4e28a (patch) | |
tree | c66be6722b148c5632be572f214f49d8cef7650e /include | |
parent | 6e10d9886cfe518d1407331a7a8e5bac85390249 (diff) |
- 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.am | 19 |
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 \ |