diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-10 20:36:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-21 19:05:50 +0900 |
| commit | 73da215882d7f96b6010fa99361c7cc10ec18bfb (patch) | |
| tree | cea1a5016a94a9dac26cab8227e2513224288be3 /src/libktorrent/Makefile.am | |
| parent | bb099158e6c9fd0f1c2771cb9350d3b0a0b51a27 (diff) | |
| download | ktorrent-73da2158.tar.gz ktorrent-73da2158.zip | |
Conversion to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bf204e931c605c73d761ec84943bb0cc94d7e7e4)
Diffstat (limited to 'src/libktorrent/Makefile.am')
| -rw-r--r-- | src/libktorrent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libktorrent/Makefile.am b/src/libktorrent/Makefile.am index d5537c5..6238869 100644 --- a/src/libktorrent/Makefile.am +++ b/src/libktorrent/Makefile.am @@ -11,7 +11,7 @@ kde_kcfg_DATA = ktorrent.kcfg BUILT_SOURCES=settings.h noinst_HEADERS = expandablewidget.h functions.h ktversion.h labelview.h \ - pluginmanager.h pluginmanagerprefpage.h + pluginmanager.h pluginmanagerprefpage.h libktorrent_export.h libktorrent_la_SOURCES = expandablewidget.cpp functions.cpp labelview.cpp \ labelviewitembase.ui pluginmanager.cpp pluginmanagerprefpage.cpp pluginmanagerwidget.ui \ settings.kcfgc |
