Alter GNUmakefile to install into top directory.
[gnulib.git] / modules / byteswap
index d76542d..320e8a4 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Swap bytes of 16, 32 and 64 bit values.
 
 Files:
-lib/byteswap_.h
+lib/byteswap.in.h
 m4/byteswap.m4
 
 Depends-on:
@@ -12,13 +12,12 @@ gl_BYTESWAP
 
 Makefile.am:
 BUILT_SOURCES += $(BYTESWAP_H)
-EXTRA_DIST += byteswap_.h
 
 # We need the following in order to create <byteswap.h> when the system
 # doesn't have one.
-byteswap.h: byteswap_.h
+byteswap.h: byteswap.in.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         cat $(srcdir)/byteswap_.h; \
+         cat $(srcdir)/byteswap.in.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
@@ -27,7 +26,7 @@ Include:
 <byteswap.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Oskar Liljeblad