diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
commit | 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (patch) | |
tree | 2e301d871bbeeb44aa57ff9cc070fcf3be484487 /sanei/Makefile.am |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'sanei/Makefile.am')
-rw-r--r-- | sanei/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sanei/Makefile.am b/sanei/Makefile.am new file mode 100644 index 0000000..c466e44 --- /dev/null +++ b/sanei/Makefile.am @@ -0,0 +1,21 @@ +## Makefile.am -- an automake template for Makefile.in file +## Copyright (C) 2009 Chris Bagwell and Sane Developers. +## +## This file is part of the "Sane" build infra-structure. See +## included LICENSE file for license information. + +AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/include \ + -I$(top_srcdir)/include + +noinst_LTLIBRARIES = libsanei.la + +libsanei_la_SOURCES = sanei_ab306.c sanei_constrain_value.c \ + sanei_init_debug.c sanei_net.c sanei_wire.c sanei_codec_ascii.c \ + sanei_codec_bin.c sanei_scsi.c sanei_config.c sanei_config2.c \ + sanei_pio.c sanei_pa4s2.c sanei_auth.c sanei_usb.c sanei_thread.c \ + sanei_pv8630.c sanei_pp.c sanei_lm983x.c sanei_access.c sanei_tcp.c \ + sanei_udp.c sanei_magic.c +if HAVE_JPEG +libsanei_la_SOURCES += sanei_jpeg.c +endif +EXTRA_DIST = linux_sg3_err.h os2_srb.h sanei_DomainOS.c sanei_DomainOS.h |