|
|
@ -15,8 +15,6 @@ |
|
|
|
|
|
|
|
|
@SET_MAKE@ |
|
|
@SET_MAKE@ |
|
|
|
|
|
|
|
|
#ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@ |
|
|
VPATH = @srcdir@ |
|
|
pkgdatadir = $(datadir)/@PACKAGE@ |
|
|
pkgdatadir = $(datadir)/@PACKAGE@ |
|
|
pkgincludedir = $(includedir)/@PACKAGE@ |
|
|
pkgincludedir = $(includedir)/@PACKAGE@ |
|
|
@ -244,6 +242,7 @@ target_alias = @target_alias@ |
|
|
top_build_prefix = @top_build_prefix@ |
|
|
top_build_prefix = @top_build_prefix@ |
|
|
top_builddir = @top_builddir@ |
|
|
top_builddir = @top_builddir@ |
|
|
top_srcdir = @top_srcdir@ |
|
|
top_srcdir = @top_srcdir@ |
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 |
|
|
create_token_SOURCES = base64.c createToken.c |
|
|
create_token_SOURCES = base64.c createToken.c |
|
|
create_token_LDADD = src/libtoken.la $(LIBOBJS) |
|
|
create_token_LDADD = src/libtoken.la $(LIBOBJS) |
|
|
create_token_CFLAGS = -I include |
|
|
create_token_CFLAGS = -I include |
|
|
|