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

34 lines
1.4 KiB

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)
digikamimageplugin_adjustcurves_la_SOURCES = imageplugin_adjustcurves.cpp \
adjustcurvestool.cpp
digikamimageplugin_adjustcurves_la_LIBADD = $(LIB_TDEPARTS) \
$(top_builddir)/digikam/digikam/libdigikam.la
digikamimageplugin_adjustcurves_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio
kde_services_DATA = digikamimageplugin_adjustcurves.desktop
kde_module_LTLIBRARIES = digikamimageplugin_adjustcurves.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_adjustcurves_ui.rc