Showing
4 changed files
with
5 additions
and
3 deletions
@@ -15,8 +15,6 @@ | @@ -15,8 +15,6 @@ | ||
15 | 15 | ||
16 | @SET_MAKE@ | 16 | @SET_MAKE@ |
17 | 17 | ||
18 | -#ACLOCAL_AMFLAGS = -I m4 | ||
19 | - | ||
20 | VPATH = @srcdir@ | 18 | VPATH = @srcdir@ |
21 | pkgdatadir = $(datadir)/@PACKAGE@ | 19 | pkgdatadir = $(datadir)/@PACKAGE@ |
22 | pkgincludedir = $(includedir)/@PACKAGE@ | 20 | pkgincludedir = $(includedir)/@PACKAGE@ |
@@ -244,6 +242,7 @@ target_alias = @target_alias@ | @@ -244,6 +242,7 @@ target_alias = @target_alias@ | ||
244 | top_build_prefix = @top_build_prefix@ | 242 | top_build_prefix = @top_build_prefix@ |
245 | top_builddir = @top_builddir@ | 243 | top_builddir = @top_builddir@ |
246 | top_srcdir = @top_srcdir@ | 244 | top_srcdir = @top_srcdir@ |
245 | +ACLOCAL_AMFLAGS = -I m4 | ||
247 | create_token_SOURCES = base64.c createToken.c | 246 | create_token_SOURCES = base64.c createToken.c |
248 | create_token_LDADD = src/libtoken.la $(LIBOBJS) | 247 | create_token_LDADD = src/libtoken.la $(LIBOBJS) |
249 | create_token_CFLAGS = -I include | 248 | create_token_CFLAGS = -I include |
@@ -216,6 +216,7 @@ target_alias = @target_alias@ | @@ -216,6 +216,7 @@ target_alias = @target_alias@ | ||
216 | top_build_prefix = @top_build_prefix@ | 216 | top_build_prefix = @top_build_prefix@ |
217 | top_builddir = @top_builddir@ | 217 | top_builddir = @top_builddir@ |
218 | top_srcdir = @top_srcdir@ | 218 | top_srcdir = @top_srcdir@ |
219 | +ACLOCAL_AMFLAGS = -I m4 | ||
219 | crypt_SOURCES = crypt.c ../base64.c | 220 | crypt_SOURCES = crypt.c ../base64.c |
220 | crypt_LDADD = ../src/libtoken.la $(LIBOBJS) | 221 | crypt_LDADD = ../src/libtoken.la $(LIBOBJS) |
221 | crypt_CFLAGS = -I ../include -I .. | 222 | crypt_CFLAGS = -I ../include -I .. |
Please
register
or
login
to post a comment