summaryrefslogtreecommitdiffstats
path: root/src/gvimagepart
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-01 21:09:45 +0900
committerMichele Calgaro <[email protected]>2024-05-13 22:12:07 +0900
commit4bd38b70206fda7a82c31cdfa48c51e7757c5d97 (patch)
tree21a4cc15ef16f9c96560331c4e1552bfe730691f /src/gvimagepart
parentd9ca086d44ac3ac68c3544485c78f0dfb880a10c (diff)
downloadgwenview-4bd38b70206fda7a82c31cdfa48c51e7757c5d97.tar.gz
gwenview-4bd38b70206fda7a82c31cdfa48c51e7757c5d97.zip
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 13ff311d52c57244f6804a97288d3f31cd6800da)
Diffstat (limited to 'src/gvimagepart')
-rw-r--r--src/gvimagepart/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/gvimagepart/Makefile.am b/src/gvimagepart/Makefile.am
deleted file mode 100644
index d18ba86..0000000
--- a/src/gvimagepart/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-INCLUDES = -I$(srcdir)/.. $(all_includes)
-
-# These are not really libraries, but modules dynamically opened.
-# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/trinity
-kde_module_LTLIBRARIES = libgvimagepart.la
-
-libgvimagepart_la_SOURCES = gvimagepart.cpp
-libgvimagepart_la_LIBADD = $(LIB_TDEPARTS) ../gvcore/libgwenviewcore.la
-libgvimagepart_la_LDFLAGS = $(all_libraries) $(LIB_TQT) $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPRINT)
-
-# Automatically generate moc files
-METASOURCES = AUTO
-
-# Install the XML-UI file to its correct location
-gvdir = $(kde_datadir)/gvimagepart
-gv_DATA = gvimagepart.rc gvimagepartpopup.rc
-
-# Install the .desktop file into the kde_services directory
-kde_services_DATA = gvimagepart.desktop
-