Fix automake build dependencies

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a62993c00b)
pull/9/head
Slávek Banko 6 years ago
parent 18c8dc4ba7
commit 5861e21ee5
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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

Loading…
Cancel
Save