From c26223ed79f97439d55db6a6839be9f2786aa4c3 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 3 Oct 2004 17:39:44 +0000 Subject: [PATCH] Fixed DESTFILES. --- ChangeLog | 1 + backend/Makefile.in | 2 +- tools/Makefile.in | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3342d211..092e8b8c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,7 @@ backend/snapscan-usb.c backend/snapscan.c backend/teco3.c backend/test.c backend/umax-usb.c backend/umax1220u-common.c: 64 bit platform fixes (bug #300799). + * backend/Makefile.in tools/Makefile.in: Fixed DESTFILES. 2004-10-02 Thomas Soumarmon diff --git a/backend/Makefile.in b/backend/Makefile.in index 37fb7f944..9744b4072 100644 --- a/backend/Makefile.in +++ b/backend/Makefile.in @@ -118,7 +118,7 @@ DISTFILES = abaton.c abaton.conf abaton.h agfafocus.c agfafocus.conf \ mustek_pp_ccd300.h mustek_scsi_pp.c mustek_scsi_pp.h mustek_usb.c mustek_usb.conf \ mustek_usb.h mustek_usb_high.c mustek_usb_high.h mustek_usb_low.c \ mustek_usb_low.h mustek_usb_mid.c mustek_usb_mid.h nec.c nec.conf nec.h \ - net.c net.conf net.h niash.c niash_core.c niash_core.h niash_types.h \ + net.c net.conf net.h niash.c niash_core.c niash_core.h \ niash_xfer.c niash_xfer.h pie.c pie.conf pie-scsidef.h pint.c pint.h \ plustek.c plustek.conf plustek-usbdevs.c plustek.h \ plustek-usb.c plustek-usb.h plustek-usbhw.c plustek-usbimg.c \ diff --git a/tools/Makefile.in b/tools/Makefile.in index 251919d85..81112bb9f 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -63,9 +63,9 @@ LIBSANEI = ../sanei/libsanei.a # Library routines that should be part of libc, but aren't on some systems: LIBLIB = ../lib/liblib.a -DISTFILES = Makefile.in README libtool-get-dll-ext mustek600iin-off.c \ - sane-config.in sane-desc.c check-usb-chip.c \ - sane-find-scanner.c umax_pp.c xerox gamma4scanimage.c check-po.awk +DISTFILES = Makefile.in RenSaneDlls.cmd README libtool-get-dll-ext \ + mustek600iin-off.c sane-config.in sane-desc.c check-usb-chip.c \ + sane-find-scanner.c umax_pp.c xerox gamma4scanimage.c check-po.awk SUBDIRS = hotplug @@ -92,7 +92,8 @@ sane-config: sane-config.in $(top_builddir)/config.status && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status sane-find-scanner: sane-find-scanner.o check-usb-chip.o ../backend/sane_strstatus.lo \ - ../sanei/sanei_scsi.lo ../sanei/sanei_usb.lo ../sanei/sanei_init_debug.lo + ../sanei/sanei_scsi.lo ../sanei/sanei_usb.lo ../sanei/sanei_init_debug.lo \ + ../sanei/sanei_config.lo @$(LIBTOOL) $(MLINK) $(LINK) sane-find-scanner.o check-usb-chip.o \ ../backend/sane_strstatus.lo $(LIBSANEI) $(LIBLIB) $(LIBS)