diff options
author | Nathan Scott <nathans@sgi.com> | 2003-06-05 04:00:38 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-06-05 04:00:38 +0000 |
commit | 19f079f98e6de607fb3c5b351af85211a1a90005 (patch) | |
tree | 634d4693238bacd82d654eb0b656f357d6485416 /debian/Makefile | |
parent | 48328a4ff8386527aa9c3703f2711fdaceeab7eb (diff) | |
download | attr-19f079f98e6de607fb3c5b351af85211a1a90005.tar.gz |
Debian acl/attr library packaging updates
Diffstat (limited to 'debian/Makefile')
-rw-r--r-- | debian/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/Makefile b/debian/Makefile index 2004eaa..1e3e2d3 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as @@ -33,9 +33,10 @@ TOPDIR = .. include $(TOPDIR)/include/builddefs -LSRCFILES = changelog control copyright rules -DEV_DOC_DIR = $(PKG_DOC_DIR)/../lib$(PKG_NAME)1-dev -LIB_DOC_DIR = $(PKG_DOC_DIR)/../lib$(PKG_NAME)1 +LIBPKG = lib$(PKG_NAME)1 +LSRCFILES = changelog control copyright rules shlibs.$(LIBPKG) +DEV_DOC_DIR = $(PKG_DOC_DIR)/../$(LIBPKG)-dev +LIB_DOC_DIR = $(PKG_DOC_DIR)/../$(LIBPKG) default: |