summaryrefslogtreecommitdiffstats
path: root/libkdcraw/libraw/Makefile.am
blob: 77ed08513ddea85940dac14bb7295512d143638f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# LibRaw definitions
KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DDCRAW_VERBOSE -DUSE_LCMS

INCLUDES = $(all_includes)

# Requires by dcraw implementation from libraw.
KDE_OPTIONS = nofinal

noinst_LTLIBRARIES = libraw.la

libraw_la_CXXFLAGS = -w
libraw_la_SOURCES = src/libraw_cxx.cpp src/libraw_c_api.cpp internal/dcraw_common.cpp internal/dcraw_fileio.cpp internal/foveon.cpp
libraw_la_LDFLAGS = $(LIBJPEG) $(LCMS_LIBS)