From c6b7fdebde2b08051a7c6b1c78d15c25907ba91b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 14 Feb 2020 10:54:29 +0900 Subject: Fixed handling of RMC -> Actions -> Open terminal here. Signed-off-by: Michele Calgaro (cherry picked from commit d4b559f91838a9d3e63c1aed0b3960dca4e4df14) --- konsole/terminalhere/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 konsole/terminalhere/Makefile.am (limited to 'konsole/terminalhere/Makefile.am') diff --git a/konsole/terminalhere/Makefile.am b/konsole/terminalhere/Makefile.am new file mode 100644 index 000000000..8e6c53063 --- /dev/null +++ b/konsole/terminalhere/Makefile.am @@ -0,0 +1,10 @@ +bin_PROGRAMS = terminalhere + +INCLUDES = $(all_includes) +AM_LDFLAGS = $(all_libraries) + +terminalhere_SOURCES = terminalhere.cpp +terminalhere_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) $(LIB_TDEIO) + +METASOURCES = AUTO + -- cgit v1.2.1