You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
digikam/digikam/utilities/imageeditor/canvas/Makefile.am

29 lines
1.1 KiB

METASOURCES = AUTO
noinst_LTLIBRARIES = libdimgcanvas.la
libdimgcanvas_la_SOURCES = dimginterface.cpp colorcorrectiondlg.cpp \
canvas.cpp undocache.cpp \
undoaction.cpp undomanager.cpp \
imagepluginloader.cpp imageplugin.cpp
libdimgcanvas_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TIFF)
INCLUDES = -I$(top_srcdir)/digikam/digikam \
-I$(top_srcdir)/digikam/libs/dimg \
-I$(top_srcdir)/digikam/libs/dimg/filters \
-I$(top_srcdir)/digikam/libs/dmetadata \
-I$(top_srcdir)/digikam/libs/dialogs \
-I$(top_srcdir)/digikam/libs/histogram \
-I$(top_srcdir)/digikam/libs/threadimageio \
-I$(top_srcdir)/digikam/utilities/splashscreen \
-I$(top_srcdir)/digikam/utilities/imageeditor/editor \
-I$(top_srcdir)/digikam/utilities/imageeditor/rawimport \
-I$(top_srcdir)/digikam/libs/widgets/imageplugins \
-I$(top_srcdir)/digikam/libs/widgets/common \
$(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes)
digikaminclude_HEADERS = imageplugin.h
digikamincludedir = $(includedir)/digikam