From 9099c5d9e28ca6348fc1b0431f47e2592649ae84 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 26 Sep 2013 09:45:58 +0200 Subject: Move irecovery to new tools directory --- src/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a7027ee..ae0b2d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,9 +9,3 @@ libirecovery_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIRECOVERY_SO_VERSION) libirecovery_la_SOURCES = \ libirecovery.c -bin_PROGRAMS = irecovery - -irecovery_SOURCES = irecovery.c -irecovery_CFLAGS = $(AM_CFLAGS) -irecovery_LDFLAGS = $(AM_LDFLAGS) $(IRECOVERY_LIBS) -irecovery_LDADD = ./libirecovery.la -- cgit v1.1-32-gdbae