X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftransport%2FMakefile.am;h=9076d9b68d577d4e68265a8e6304972348a11b5d;hp=7c6224a480b13685487eacf7b198a700dc07b1de;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hpb=f2e93b597f7ea2f284be9bb66ddbc27be8fd281f diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 7c6224a480..9076d9b68d 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