X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftransport%2FMakefile.am;h=9076d9b68d577d4e68265a8e6304972348a11b5d;hb=10f933915d3234cda56f55752a14ec6c4734a6fd;hp=7c6224a480b13685487eacf7b198a700dc07b1de;hpb=c8b57198025c414f8d19577e6846021843c2a751;p=fw%2Fopenocd diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 7c6224a48..9076d9b68 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -1,11 +1,4 @@ -include $(top_srcdir)/common.mk - -#METASOURCES = AUTO -noinst_LTLIBRARIES = libtransport.la -libtransport_la_SOURCES = \ - transport.c - -noinst_HEADERS = \ - transport.h - -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +noinst_LTLIBRARIES += %D%/libtransport.la +%C%_libtransport_la_SOURCES = \ + %D%/transport.c \ + %D%/transport.h