From 3701c54feff3a13c98213124f16f0e98f8c9eff8 Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 24 Oct 1999 10:04:26 +0000 Subject: [PATCH] Install headers in the right directory. --- Makefile.m4 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index d209903..ae7117f 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.2 1999/10/23 12:55:35 mdw Exp $ +## $Id: Makefile.m4,v 1.3 1999/10/24 10:04:26 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,10 +29,13 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ -## Revision 1.2 1999/10/23 12:55:35 mdw -## The `CVS' directory can't be hardlinked. Don't worry about this -## overmuch. +## Revision 1.3 1999/10/24 10:04:26 mdw +## Install headers in the right directory. +## +## Modify for standalone distribution. The library's getting far too large +## to be sensibly embedded in other programs. ## +## Revision 1.3 1999/10/24 10:04:26 mdw ## Install headers in the right directory. ## ## Revision 1.2 1999/10/23 12:55:35 mdw @@ -92,7 +95,7 @@ BUILT_SOURCES = \ INCLUDES = -I$(srcdir)/.. addsuffix(join(`hashes', `-', `hash_modes'), `.c') \ addsuffix(join(`hashes', `-', `hash_modes'), `.h') -include_HEADERS = \ +lib_LIBRARIES = libcatacomb.a libcatacomb_la_LDFLAGS = -version-info 0:4:0 ## Middle number is the patchlevel. Final number is the minor version. The ## difference between the first and last numbers is major version. -- 2.11.0