diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 16:05:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 16:05:21 +0000 |
commit | 4c017dbd90e6d50408e49757fcb3cb4d655a178e (patch) | |
tree | ef2a79cd0cc4c871e952ce769fc319ab1a89b5d7 /lib/libXt/Makefile.am | |
parent | daa7fb7bc665c007414861e208be8c254971349e (diff) |
Update to libXt 1.0.9. No functional change.
Diffstat (limited to 'lib/libXt/Makefile.am')
-rw-r--r-- | lib/libXt/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libXt/Makefile.am b/lib/libXt/Makefile.am index 7f268567a..1af2668a7 100644 --- a/lib/libXt/Makefile.am +++ b/lib/libXt/Makefile.am @@ -18,13 +18,14 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -SUBDIRS = util src include man +SUBDIRS = util src include man specs + +ACLOCAL_AMFLAGS = -I m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xt.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xt.pc.in .PHONY: ChangeLog INSTALL |