summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-08 06:57:06 +0000
committerKeith Packard <keithp@keithp.com>2005-07-08 06:57:06 +0000
commit86fa88dc594ca2093030acf5c84973ee2b33eb4c (patch)
tree441230c7d33edb0c5f0d7103fdf51cd9b7e0dd1a /include/Makefile.am
parent30f6ffedeaf899e699f0c6b14c9471ce9bcc430c (diff)
downloadxorg-lib-libX11-86fa88dc594ca2093030acf5c84973ee2b33eb4c.tar.gz
Create and install XlibConf.h to provide external users of Xlibint.h the defines necessary to correctly use the library. Xlibint.h should #include this new file.
Add a bunch of .cvsignore files
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index c04e4850..3786d910 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -9,4 +9,8 @@ x11include_HEADERS=\
X11/Xutil.h \
X11/cursorfont.h \
X11/region.h \
- X11/ImUtil.h
+ X11/ImUtil.h \
+ X11/XlibConf.h
+
+EXTRA_DIST=\
+ X11/XlibConf.h.in