From 5861e21ee52c881754f86302444d78132f56ecee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 16 Aug 2018 17:16:23 +0200 Subject: Fix automake build dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit a62993c00bdc57a1ae93e8016382fe0ca3e635d1) --- kmplot/kmplot/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kmplot') diff --git a/kmplot/kmplot/Makefile.am b/kmplot/kmplot/Makefile.am index 1817b1cb..4d971fbd 100644 --- a/kmplot/kmplot/Makefile.am +++ b/kmplot/kmplot/Makefile.am @@ -28,6 +28,8 @@ kmplot_SOURCES = main.cpp kmplot.cpp kmplotprogress.cpp kmplotIface.skel kmplot_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP kmplot_LDADD = $(LIB_TDEPARTS) +kmplot_COMPILE_FIRST = FktDlgData.h qminmax.h settings.h + # this is where the desktop file will go appmimedir = $(kde_mimedir)/application appmime_DATA = x-kmplot.desktop -- cgit v1.2.1