Browse Source

another try to fix this strange reconfigure thing

master
Georg Hopp 14 years ago
parent
commit
0fcb565fd0
  1. 2
      Makefile.am
  2. 3
      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,6 +15,8 @@
@SET_MAKE@
#ACLOCAL_AMFLAGS = -I m4
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
@ -242,7 +244,6 @@ 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

Loading…
Cancel
Save