From 9a82385a1c1943d7f0a2405c05050fdd62a17a37 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 15 Nov 2011 13:52:24 +0100 Subject: [PATCH] another try --- Makefile.am | 2 +- Makefile.in | 3 +-- tests/Makefile.am | 2 ++ tests/Makefile.in | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 020af5d..731f268 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -#ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 bin_PROGRAMS = create_token create_token_SOURCES = base64.c createToken.c diff --git a/Makefile.in b/Makefile.in index 37325ca..06c4db7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,8 +15,6 @@ @SET_MAKE@ -#ACLOCAL_AMFLAGS = -I m4 - VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -244,6 +242,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +ACLOCAL_AMFLAGS = -I m4 create_token_SOURCES = base64.c createToken.c create_token_LDADD = src/libtoken.la $(LIBOBJS) create_token_CFLAGS = -I include diff --git a/tests/Makefile.am b/tests/Makefile.am index 225d1ec..6b93d08 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + TESTS = crypt decrypt dyntype hash packet check_PROGRAMS = crypt decrypt dyntype hash packet diff --git a/tests/Makefile.in b/tests/Makefile.in index 2013d95..0953d0d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -216,6 +216,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +ACLOCAL_AMFLAGS = -I m4 crypt_SOURCES = crypt.c ../base64.c crypt_LDADD = ../src/libtoken.la $(LIBOBJS) crypt_CFLAGS = -I ../include -I ..