Skip to content
Snippets Groups Projects
Commit 1045be15 authored by Niels Möller's avatar Niels Möller
Browse files

* Makefile.am (EXTRA_DIST): Added memxor.h.

(libnettleinclude_HEADERS): Install headers in
$(libnettleincludedir).

Rev: src/nettle/Makefile.am:1.2
parent 0aa37abd
No related branches found
No related tags found
No related merge requests found
SUBDIRS = . testsuite SUBDIRS = . testsuite
libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a lib_LIBRARIES = libnettle.a
include_HEADERS = arcfour.h libnettleinclude_HEADERS = arcfour.h
libnettleincludedir = $(includedir)/nettle
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h md5.c md5.h libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h md5.c md5.h
libnettle_a_LIBADD = @LIBOBJS@ libnettle_a_LIBADD = @LIBOBJS@
EXTRA_DIST = macros.h EXTRA_DIST = macros.h memxor.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment