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

*** empty log message ***

Rev: src/symmetric/Makefile.am.in:1.10
Rev: src/symmetric/include/Makefile.am.in:1.4
parent 60a89fd5
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,11 @@ AUTOMAKE_OPTIONS = foreign ...@@ -8,8 +8,11 @@ AUTOMAKE_OPTIONS = foreign
noinst_LIBRARIES = libsymmetric.a noinst_LIBRARIES = libsymmetric.a
noinst_PROGRAMS = desTest desdata bf_test noinst_PROGRAMS = desTest desdata bf_test
# FIXME: Use the BASH variable to execute the script. The problem is
# that the script attempts to start itselt with "$0 args".
Makefile.am: Makefile.am.in Makefile.am: Makefile.am.in
(cd $(top_srcdir); $(BASH) make_am) (cd $(top_srcdir); ./make_am)
# When compiling with lsh, this is set to to -DLSH -I/path/to/lsh/include # When compiling with lsh, this is set to to -DLSH -I/path/to/lsh/include
# INCLUDES = @crypto_cpp_flags@ # INCLUDES = @crypto_cpp_flags@
......
...@@ -4,6 +4,9 @@ BODY: ...@@ -4,6 +4,9 @@ BODY:
EXTRA_DIST = $(cvs_headers) Makefile.am.in EXTRA_DIST = $(cvs_headers) Makefile.am.in
Makefile.am: Makefile.am.in
(cd $(top_srcdir); ./make_am)
.PHONY: ctags-recursive ctags .PHONY: ctags-recursive ctags
ctags-recursive: ctags-recursive:
......
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