diff options
Diffstat (limited to 'include/Makefile.am')
-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 \ |