diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 17:17:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-24 22:44:27 +0900 |
| commit | a2ab145c9a7b83a42fc168a07972f0de3e31efef (patch) | |
| tree | baf55ab6b3f7b1a84a34e7200493a706c8c54995 /src/utilities/imageeditor/tools | |
| parent | 1d65e331c81d0d66a363439a32379e7d669508dd (diff) | |
| download | digikam-a2ab145c9a7b83a42fc168a07972f0de3e31efef.tar.gz digikam-a2ab145c9a7b83a42fc168a07972f0de3e31efef.zip | |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/utilities/imageeditor/tools')
| -rw-r--r-- | src/utilities/imageeditor/tools/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/utilities/imageeditor/tools/Makefile.am b/src/utilities/imageeditor/tools/Makefile.am deleted file mode 100644 index b76207ff..00000000 --- a/src/utilities/imageeditor/tools/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -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)/src/digikam \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/greycstoration \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/utilities/imageeditor/editor \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - |
