Install headers in the right directory.
[u/mdw/catacomb] / Makefile.m4
index 06e1b7d..ae7117f 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.1 1999/09/03 08:41:11 mdw Exp $
+## $Id: Makefile.m4,v 1.3 1999/10/24 10:04:26 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
-## Revision 1.1  1999/09/03 08:41:11  mdw
-## Initial import.
+## 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
 ## The `CVS' directory can't be hardlinked.  Don't worry about this
 ## overmuch.
 ##
@@ -88,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.
@@ -129,7 +136,7 @@ mptypes_LDADD =
 man_MANS = key.1 keyring.5
 
 ## --- Other handy definitions ---
-       @ln $(srcdir)/tests/* $(distdir)/tests
+
 EXTRA_DIST = Makefile.m4 genmodes $(man_MANS)
 
 dist-hook: