X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftransport%2FMakefile.am;h=9076d9b68d577d4e68265a8e6304972348a11b5d;hb=6949b5393d9fb6511ddef13ce0bef1a147e7f962;hp=7c6224a480b13685487eacf7b198a700dc07b1de;hpb=c8b57198025c414f8d19577e6846021843c2a751;p=openocd.git 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