diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-08-16 17:16:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-08-16 17:16:46 +0200 |
commit | 5861e21ee52c881754f86302444d78132f56ecee (patch) | |
tree | 26e98bf81d0e83beb67ce6b894ca9f6c26f04d3f /kmplot | |
parent | 18c8dc4ba7561bce2282d75b87647591c62a5746 (diff) | |
download | tdeedu-5861e21ee52c881754f86302444d78132f56ecee.tar.gz tdeedu-5861e21ee52c881754f86302444d78132f56ecee.zip |
Fix automake build dependencies
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a62993c00bdc57a1ae93e8016382fe0ca3e635d1)
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |