diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 14:02:37 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 14:02:37 +0200 |
commit | d7f89e6fe63b8697fab5a901cfce457b375638b3 (patch) | |
tree | 30b4b81d186a06b64cd1ffb51236ec52a8e47e34 /scanin/Makefile.am | |
parent | 22f703cab05b7cd368f4de9e03991b7664dc5022 (diff) |
Imported Upstream version 1.5.1upstream/1.5.1
Diffstat (limited to 'scanin/Makefile.am')
-rw-r--r-- | scanin/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scanin/Makefile.am b/scanin/Makefile.am deleted file mode 100644 index 0e4f65a..0000000 --- a/scanin/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -include $(top_srcdir)/Makefile.shared - -privatelib_LTLIBRARIES = libscanrd.la -privatelibdir = $(pkglibdir) - -libscanrd_la_SOURCES = scanrd.h scanrd_.h scanrd.c -libscanrd_la_LIBADD = ../rspl/librspl.la ../numlib/libargyllnum.la - -LDADD = ./libscanrd.la ../numlib/libargyllnum.la $(ICC_LIBS) \ - ../cgats/libcgats.la ../xicc/libxicc.la $(TIFF_LIBS) \ - ../libargyll.la - -bin_PROGRAMS = scanin - -refdir = $(datadir)/color/argyll/ref - -ref_DATA = $(wildcard *.cht) $(wildcard *.cie) $(wildcard *.ti2) - -EXTRA_DIST = $(ref_DATA) License.txt Readme.txt |