Makefile.in | Makefile.in | |||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
build_triplet = @build@ | build_triplet = @build@ | |||
host_triplet = @host@ | host_triplet = @host@ | |||
target_triplet = @target@ | target_triplet = @target@ | |||
check_PROGRAMS = oauthexample$(EXEEXT) oauthdatapost$(EXEEXT) \ | check_PROGRAMS = oauthexample$(EXEEXT) oauthdatapost$(EXEEXT) \ | |||
tcwiki$(EXEEXT) tceran$(EXEEXT) tcother$(EXEEXT) \ | tcwiki$(EXEEXT) tceran$(EXEEXT) tcother$(EXEEXT) \ | |||
oauthtest$(EXEEXT) oauthtest2$(EXEEXT) oauthsign$(EXEEXT) \ | oauthtest$(EXEEXT) oauthtest2$(EXEEXT) oauthsign$(EXEEXT) \ | |||
oauthbodyhash$(EXEEXT) | oauthbodyhash$(EXEEXT) | |||
subdir = tests | subdir = tests | |||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ | |||
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | ||||
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | ||||
$(top_srcdir)/configure.ac | ||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = $(top_builddir)/src/config.h | CONFIG_HEADER = $(top_builddir)/src/config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
am_oauthbodyhash_OBJECTS = oauthbodyhash-oauthbodyhash.$(OBJEXT) | am_oauthbodyhash_OBJECTS = oauthbodyhash-oauthbodyhash.$(OBJEXT) | |||
oauthbodyhash_OBJECTS = $(am_oauthbodyhash_OBJECTS) | oauthbodyhash_OBJECTS = $(am_oauthbodyhash_OBJECTS) | |||
oauthbodyhash_DEPENDENCIES = $(MYLDADD) | oauthbodyhash_DEPENDENCIES = $(MYLDADD) | |||
oauthbodyhash_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ | oauthbodyhash_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |