aboutsummaryrefslogtreecommitdiff
path: root/libX11/Makefile.am
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-01-19 23:10:44 +0000
committermarha <marha@users.sourceforge.net>2010-01-19 23:10:44 +0000
commita9768b035f2c47be0908520474073cc68d225d8a (patch)
treef9894781b3f1d5b36d5a5fa284c82ad36c9cf917 /libX11/Makefile.am
parentb152ebf4b66368e1cbfda1ae81cef29bf9c00bb7 (diff)
downloadvcxsrv-a9768b035f2c47be0908520474073cc68d225d8a.tar.gz
vcxsrv-a9768b035f2c47be0908520474073cc68d225d8a.tar.bz2
vcxsrv-a9768b035f2c47be0908520474073cc68d225d8a.zip
Updated to:
libX11-1.3.3 pixman-0.17.4
Diffstat (limited to 'libX11/Makefile.am')
-rw-r--r--libX11/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/libX11/Makefile.am b/libX11/Makefile.am
index e471ff4ac..6e0feac87 100644
--- a/libX11/Makefile.am
+++ b/libX11/Makefile.am
@@ -11,17 +11,20 @@ if XCB
pkgconfig_DATA += x11-xcb.pc
endif
-EXTRA_DIST=x11.pc.in x11-xcb.pc.in ChangeLog
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST=x11.pc.in x11-xcb.pc.in
-MAINTAINERCLEANFILES=ChangeLog
DISTCLEANFILES = doltcompile doltlibtool
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL
if LINT
# Check source code with tools like lint & sparse