From 208bc15714c7b4020c017eef19011c4eb9ab51e2 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 4 Jun 2009 11:20:10 -0700 Subject: Move build and debug tools to 'cctools' directory. These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard --- aoload/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 aoload/Makefile.am (limited to 'aoload/Makefile.am') diff --git a/aoload/Makefile.am b/aoload/Makefile.am deleted file mode 100644 index 2e32c0b9..00000000 --- a/aoload/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -bin_PROGRAMS=aoload - -AM_CFLAGS=-I$(top_srcdir)/lib $(LIBUSB_CFLAGS) -AOLOAD_LIBS=../lib/libcc.a - -aoload_DEPENDENCIES = $(AOLOAD_LIBS) - -aoload_LDADD=$(AOLOAD_LIBS) $(LIBUSB_LIBS) - -aoload_SOURCES = aoload.c -- cgit v1.2.3