diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-04 18:21:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-04 18:21:38 +0000 |
commit | d84b8d038431da3f7ac6a941c65ace556d4a910f (patch) | |
tree | 3be42121639f3f5480887d34799a92770cfce28e /lib/libFS/Makefile.am | |
parent | 9d8293cba3326d9a3dba386ba52ef6210f50fedc (diff) |
Update to libFS 1.0.4
Diffstat (limited to 'lib/libFS/Makefile.am')
-rw-r--r-- | lib/libFS/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libFS/Makefile.am b/lib/libFS/Makefile.am index a3176c149..9fd7bdbb6 100644 --- a/lib/libFS/Makefile.am +++ b/lib/libFS/Makefile.am @@ -1,8 +1,8 @@ # # $Xorg: Makefile.am,v 1.1.1.1 2006/11/25 16:34:55 matthieu Exp $ -# +# # 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 @@ -12,7 +12,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 @@ -21,7 +21,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -SUBDIRS = src +SUBDIRS = src test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libfs.pc |