diff options
author | marha <marha@users.sourceforge.net> | 2010-06-14 14:17:58 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-06-14 14:17:58 +0000 |
commit | baf5d0b299112d65e81a692380e4ee4885ac8050 (patch) | |
tree | 5123c2ab14bef081c40f6c9ae9d6b464b1a00bbe /libXext/Makefile.am | |
parent | e2eb44705a8e4886d81b75c12e68aaebe9946439 (diff) | |
parent | 6753f87d9a6be8dcab916b479a0a122b1b375298 (diff) | |
download | vcxsrv-baf5d0b299112d65e81a692380e4ee4885ac8050.tar.gz vcxsrv-baf5d0b299112d65e81a692380e4ee4885ac8050.tar.bz2 vcxsrv-baf5d0b299112d65e81a692380e4ee4885ac8050.zip |
svn merge ^/branches/released .
Diffstat (limited to 'libXext/Makefile.am')
-rw-r--r-- | libXext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libXext/Makefile.am b/libXext/Makefile.am index d47b76095..1f4e460e1 100644 --- a/libXext/Makefile.am +++ b/libXext/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = man src
+SUBDIRS = man src specs
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xext.pc
|