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 /lib/Makefile.am |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..d6e2135 --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,14 @@ +## 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$(top_builddir)/include -I$(top_srcdir)/include + +noinst_LTLIBRARIES = liblib.la libfelib.la + +libfelib_la_SOURCES = getopt.c getopt1.c md5.c syslog.c vsyslog.c + +liblib_la_SOURCES = alloca.c getenv.c inet_ntop.c inet_pton.c \ + isfdtype.c sigprocmask.c sleep.c snprintf.c strcasestr.c \ + strdup.c strndup.c strsep.c usleep.c |