Browse Source

another try

master
Georg Hopp 14 years ago
parent
commit
9a82385a1c
  1. 2
      Makefile.am
  2. 3
      Makefile.in
  3. 2
      tests/Makefile.am
  4. 1
      tests/Makefile.in

2
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

3
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

2
tests/Makefile.am

@ -1,3 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
TESTS = crypt decrypt dyntype hash packet
check_PROGRAMS = crypt decrypt dyntype hash packet

1
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 ..

Loading…
Cancel
Save