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:23 +0200 |
commit | a62993c00bdc57a1ae93e8016382fe0ca3e635d1 (patch) | |
tree | 27126822e847c1ae9c8179a2ca4738d5269a90ce /kmplot | |
parent | 937421fdc516b0b781a5f9e771a156ba7da3e8ff (diff) | |
download | tdeedu-a62993c00bdc57a1ae93e8016382fe0ca3e635d1.tar.gz tdeedu-a62993c00bdc57a1ae93e8016382fe0ca3e635d1.zip |
Fix automake build dependencies
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 |