From eeae48962f1369332082f6f6f75baae625ce1898 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 19 Feb 2023 12:21:37 +0900 Subject: Drop autotools support. Signed-off-by: Michele Calgaro --- tests/Makefile.am | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 tests/Makefile.am (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index 5dccd1b..0000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde - -EXTRA_DIST = \ - test-widgets.glade - -noinst_PROGRAMS = \ - test-widgets \ - test-painter - -test_widgets_CFLAGS = \ - -I$(top_srcdir) \ - $(KDE_CFLAGS) \ - $(CAIRO_CFLAGS) \ - $(GTK3_CFLAGS) - -test_widgets_LDADD = \ - $(KDE_LIBADD) - -test_widgets_LDFLAGS = \ - $(KDE_LDFLAGS) \ - $(CAIRO_LIBS) \ - $(GTK3_LIBS) - -test_painter_SOURCES = test-painter.cpp - -test_painter_CXXFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/tdegtk \ - $(KDE_CFLAGS) \ - $(CAIRO_CFLAGS) \ - $(GTK3_CFLAGS) - -test_painter_LDADD = \ - $(KDE_LIBADD) ../tdegtk/libtqtcairo.la $(all_libraries) $(CAIRO_LIBS) $(GTK3_LIBS) $(LIB_TQT) $(LIB_TDEUI) - -test_painter_LDFLAGS = \ - $(KDE_LDFLAGS) \ - $(CAIRO_LIBS) \ - $(GTK3_LIBS) -- cgit v1.2.1