diff options
author | Michele Calgaro <[email protected]> | 2020-06-18 00:55:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-18 00:55:43 +0900 |
commit | 6ac3293a616ea771885496c84cce788959ad1d89 (patch) | |
tree | 7c48f452c23bf39aacd93f0119cbb2fd085db591 /src/tde | |
parent | 8b1e76886b63284a1db813b3c3502b6dc25f2ac0 (diff) | |
download | kchmviewer-6ac3293a616ea771885496c84cce788959ad1d89.tar.gz kchmviewer-6ac3293a616ea771885496c84cce788959ad1d89.zip |
Completed removal of autotool files. Those files were mistakenly forgotten in the previous commit.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tde')
-rw-r--r-- | src/tde/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tde/Makefile.am b/src/tde/Makefile.am deleted file mode 100644 index 8524867..0000000 --- a/src/tde/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -lib_LIBRARIES=libkdeextra.a -libkdeextra_a_SOURCES = kchmdcopiface.cpp kchmdcopiface.skel kchmviewwindow_tdehtmlpart.cpp -noinst_HEADERS = kchmdcopiface.h kchmviewwindow_tdehtmlpart.h - -INCLUDES = $(QT_INCLUDES) $(CHM_INCLUDES) $(KDE_INCLUDES) $(LIBCHMFILE_INCLUDES) - -METASOURCES = AUTO -KDE_OPTIONS = qtonly |