summaryrefslogtreecommitdiffstats
path: root/src/showfoto/setup
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 17:17:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-24 22:46:05 +0900
commitd3702134fe5c9154a8ac685481508293ef4ea6ad (patch)
tree99d12905de6ce69a99426073c708826356649031 /src/showfoto/setup
parentea9d449a129bcb3f03210d878a8ac31012c1bf8f (diff)
downloaddigikam-d3702134.tar.gz
digikam-d3702134.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a2ab145c9a7b83a42fc168a07972f0de3e31efef)
Diffstat (limited to 'src/showfoto/setup')
-rw-r--r--src/showfoto/setup/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/showfoto/setup/Makefile.am b/src/showfoto/setup/Makefile.am
deleted file mode 100644
index d2767031..00000000
--- a/src/showfoto/setup/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-METASOURCES = AUTO
-
-INCLUDES = -I$(top_srcdir)/src/utilities/setup \
- -I$(top_srcdir)/src/digikam \
- $(all_includes)
-
-noinst_LTLIBRARIES = libsetup.la
-
-libsetup_la_SOURCES = setup.cpp setupeditor.cpp setuptooltip.cpp
-
-libsetup_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-libsetup_la_LIBADD = $(top_builddir)/src/utilities/setup/libshowfotosetup.la
-