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/tools/Makefile.am

20 lines
643 B

METASOURCES = AUTO
noinst_LTLIBRARIES = libdimgeditortools.la
libdimgeditortools_la_SOURCES = imageresize.cpp imageprint.cpp
libdimgeditortools_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEPRINT)
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/widgets/common \
-I$(top_srcdir)/digikam/libs/greycstoration \
-I$(top_srcdir)/digikam/utilities/imageeditor/canvas \
-I$(top_srcdir)/digikam/utilities/imageeditor/editor \
$(LIBKDCRAW_CFLAGS) \
$(all_includes)