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/imageplugins/coreplugin/hsl/Makefile.am

27 lines
915 B

noinst_LTLIBRARIES = libhsl.la
METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/digikam/utilities/imageeditor/editor \
-I$(top_srcdir)/digikam/utilities/imageeditor/canvas \
-I$(top_srcdir)/digikam/libs/histogram \
-I$(top_srcdir)/digikam/libs/levels \
-I$(top_srcdir)/digikam/libs/curves \
-I$(top_srcdir)/digikam/libs/whitebalance \
-I$(top_srcdir)/digikam/libs/widgets/common \
-I$(top_srcdir)/digikam/libs/widgets/iccprofiles \
-I$(top_srcdir)/digikam/libs/widgets/imageplugins \
-I$(top_srcdir)/digikam/libs/dialogs \
-I$(top_srcdir)/digikam/libs/dimg \
-I$(top_srcdir)/digikam/libs/dmetadata \
-I$(top_srcdir)/digikam/libs/dimg/filters \
-I$(top_srcdir)/digikam/digikam \
$(LIBKDCRAW_CFLAGS) \
$(all_includes)
libhsl_la_SOURCES = hsltool.cpp hspreviewwidget.cpp
libhsl_la_LDFLAGS = $(all_libraries)
noinst_HEADERS = hsltool.h hspreviewwidget.h