You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
588 B
14 lines
588 B
6 years ago
|
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
|