summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 0000000..0fafe75
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1,26 @@
+xtincludedir = ${includedir}/X11
+
+xtinclude_HEADERS = \
+ X11/Composite.h \
+ X11/CompositeP.h \
+ X11/ConstrainP.h \
+ X11/Constraint.h \
+ X11/Core.h \
+ X11/CoreP.h \
+ X11/Intrinsic.h \
+ X11/IntrinsicP.h \
+ X11/Object.h \
+ X11/ObjectP.h \
+ X11/RectObj.h \
+ X11/RectObjP.h \
+ X11/ShellP.h \
+ X11/Vendor.h \
+ X11/VendorP.h
+
+nodist_xtinclude_HEADERS = \
+ X11/StringDefs.h \
+ X11/Shell.h
+
+DISTCLEANFILES = \
+ X11/StringDefs.h \
+ X11/Shell.h