diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 11:50:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 11:50:25 +0000 |
commit | 0d3df4912875e80c864fb7842eabc53e307de820 (patch) | |
tree | ca9ef027819cec1a420d96b7e3ea3c5c27799cb1 /lib/libXRes/Makefile.am | |
parent | d8dc8cabf54af6442bf5e978e017d0727d694732 (diff) |
Update libXres to version 1.0.6
Diffstat (limited to 'lib/libXRes/Makefile.am')
-rw-r--r-- | lib/libXRes/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libXRes/Makefile.am b/lib/libXRes/Makefile.am index 22f756b45..a7abb228b 100644 --- a/lib/libXRes/Makefile.am +++ b/lib/libXRes/Makefile.am @@ -1,7 +1,7 @@ # -# +# # Copyright © 2003 Keith Packard, Noah Levitt -# +# # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that # the above copyright notice appear in all copies and that both that @@ -11,7 +11,7 @@ # specific, written prior permission. Keith Packard makes no # representations about the suitability of this software for any purpose. It # is provided "as is" without express or implied warranty. -# +# # KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO # EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = src man +SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xres.pc |