summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-06-03 12:13:44 -0700
committerJosh Triplett <josh@freedesktop.org>2007-06-03 12:13:44 -0700
commit416f38f2e67ee1979b3d2feac6f06b3670238804 (patch)
treedbf4eb8a4e3a6363961e6a324d69ba1e26007adc /include/Makefile.am
parent79fa3d8070d95b960ba486f2439225872471dadd (diff)
downloadxorg-lib-libX11-416f38f2e67ee1979b3d2feac6f06b3670238804.tar.gz
Revert "Revert "include: don't distribute XlibConf.h""
This reverts commit 79fa3d8070d95b960ba486f2439225872471dadd. Re-revert the XlibConf.h change, which prevented distribution, not installation.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index c5cdb4ff..58277232 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -9,10 +9,12 @@ x11include_HEADERS=\
X11/Xutil.h \
X11/cursorfont.h \
X11/Xregion.h \
- X11/ImUtil.h \
+ X11/ImUtil.h
+
+nodist_x11include_HEADERS=\
X11/XlibConf.h
-EXTRA_DIST=\
+EXTRA_DIST = \
X11/XlibConf.h.in
if XCB