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/lighttable | |
| 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/lighttable')
| -rw-r--r-- | src/utilities/lighttable/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/utilities/lighttable/Makefile.am b/src/utilities/lighttable/Makefile.am deleted file mode 100644 index df38b5f9..00000000 --- a/src/utilities/lighttable/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/thumbbar \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/imageproperties \ - -I$(top_srcdir)/src/libs/threadimageio \ - -I$(top_srcdir)/src/utilities/setup \ - -I$(top_srcdir)/src/utilities/slideshow \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_builddir)/src/libs/dialogs \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes) - -noinst_LTLIBRARIES = liblighttable.la - -liblighttable_la_SOURCES = lighttablebar.cpp lighttablewindow.cpp lighttablepreview.cpp \ - lighttableview.cpp - -liblighttable_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -rcdir = $(kde_datadir)/digikam -rc_DATA = lighttablewindowui.rc |
