X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=xfer-src%2FMakefile.am;h=f481fd2af6962dc159b49e45e5a5003a784eabc5;hb=fd48f3e498442f0cbff5f3606c7c403d0566150e;hp=1e5b6f04021f98c880a598cb792390f82eb092a1;hpb=96f35b20267e8b1a1c846d476f27fcd330e0b018;p=debian%2Famanda diff --git a/xfer-src/Makefile.am b/xfer-src/Makefile.am index 1e5b6f0..f481fd2 100644 --- a/xfer-src/Makefile.am +++ b/xfer-src/Makefile.am @@ -1,7 +1,6 @@ # Makefile for Amanda library. include $(top_srcdir)/config/automake/vars.am -include $(top_srcdir)/config/automake/scripts.am include $(top_srcdir)/config/automake/installperms.am include $(top_srcdir)/config/automake/precompile.am @@ -18,22 +17,25 @@ LINT=$(AMLINT) LINTFLAGS=$(AMLINTFLAGS) libamxfer_la_SOURCES = \ - dest-device.c \ dest-fd.c \ dest-null.c \ + dest-buffer.c \ + dest-directtcp-connect.c \ + dest-directtcp-listen.c \ element-glue.c \ filter-xor.c \ - source-device.c \ + filter-process.c \ source-random.c \ source-fd.c \ source-pattern.c \ + source-directtcp-connect.c \ + source-directtcp-listen.c \ xfer-element.c \ xfer.c \ xmsg.c libamxfer_la_LDFLAGS = -release $(VERSION) libamxfer_la_LIBADD = \ - ../device-src/libamdevice.la \ ../common-src/libamanda.la noinst_HEADERS = \