aboutsummaryrefslogtreecommitdiff
path: root/X11/Makefile.am
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-05-16 18:14:59 +0000
committermarha <marha@users.sourceforge.net>2010-05-16 18:14:59 +0000
commit98d261187099eea8112d0953778882ba3d7c9c00 (patch)
tree3675aded6d87fe25d659854141dae8dc6fd0fd24 /X11/Makefile.am
parent0cc46df268cf3a3a3a2a25afe3a2415a4ec4193f (diff)
downloadvcxsrv-98d261187099eea8112d0953778882ba3d7c9c00.tar.gz
vcxsrv-98d261187099eea8112d0953778882ba3d7c9c00.tar.bz2
vcxsrv-98d261187099eea8112d0953778882ba3d7c9c00.zip
Updated to xproto-7.0.17
Diffstat (limited to 'X11/Makefile.am')
-rw-r--r--X11/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/X11/Makefile.am b/X11/Makefile.am
index 96c6b2604..26b99954a 100644
--- a/X11/Makefile.am
+++ b/X11/Makefile.am
@@ -32,14 +32,16 @@ nodist_xproto_HEADERS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xproto.pc
-EXTRA_DIST = xproto.pc.in ChangeLog
-CLEANFILES=ChangeLog
+MAINTAINERCLEANFILES = ChangeLog INSTALL
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL