diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-09-28 17:03:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-09-28 17:03:25 +0000 |
commit | ecaff8ced6ef4a2bff425d8647dd63570225f01a (patch) | |
tree | e64f20b7d1d029e85e15bb00508feab7ccfebb7e /lib/libX11/Makefile.am | |
parent | 7b2099c1d55961dd9fd2cdb5b87d96d0024b25cb (diff) |
Update to libX11 1.6.2. No API change.
Diffstat (limited to 'lib/libX11/Makefile.am')
-rw-r--r-- | lib/libX11/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libX11/Makefile.am b/lib/libX11/Makefile.am index 7ba1fa1ce..3c41b02ba 100644 --- a/lib/libX11/Makefile.am +++ b/lib/libX11/Makefile.am @@ -3,6 +3,7 @@ ORDER=src modules else ORDER=modules src endif +# Order: nls before specs SUBDIRS=include $(ORDER) nls man ACLOCAL_AMFLAGS = -I m4 |