From 58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Sat, 22 May 2010 01:39:16 -0400 Subject: Finished implemented TSS request and TSS response Removed base64.c/h since it's not needed with libplist --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 779d63e..a80db03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,8 +37,8 @@ target_triplet = @target@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ - install-sh missing + ChangeLog INSTALL NEWS TODO compile config.guess config.sub \ + depcomp install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -- cgit v1.1-32-gdbae