From c8b57198025c414f8d19577e6846021843c2a751 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Mon, 13 Jun 2011 15:42:46 +0200 Subject: transport: move files over to transport folder as we introduce swd and jtag as two transports, we want to start up with a new transport folder to organize the code a bit. --- src/transport/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/transport/Makefile.am (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am new file mode 100644 index 00000000..7c6224a4 --- /dev/null +++ b/src/transport/Makefile.am @@ -0,0 +1,11 @@ +include $(top_srcdir)/common.mk + +#METASOURCES = AUTO +noinst_LTLIBRARIES = libtransport.la +libtransport_la_SOURCES = \ + transport.c + +noinst_HEADERS = \ + transport.h + +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in -- cgit v1.2.3