summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-01-31 02:59:11 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-31 02:59:11 +0100
commit2804b98494a2800b48e6d8a4131a158e582ea4f6 (patch)
tree377bf0fae7fb0479e2220683c7e0b59814460135 /src
parentc54d210192fe846d3aef9deb7617b64358e25de6 (diff)
downloadkopete-otr-2804b98494a2800b48e6d8a4131a158e582ea4f6.tar.gz
kopete-otr-2804b98494a2800b48e6d8a4131a158e582ea4f6.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am50
-rw-r--r--src/pics/Makefile.am4
2 files changed, 0 insertions, 54 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 496be34..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,50 +0,0 @@
-METASOURCES = AUTO
-
-messages:
- extractrc `find . -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) --keyword=i18n *.cpp -o $(top_srcdir)/po/kopete_otr.pot
-
-INCLUDES = $(all_includes) -I$(kde_includes)/kopete -I$(kde_includes)/tde/kopete -I$(kde_includes)/kopete/ui -I$(kde_includes)/tde/kopete/ui
-
-kde_module_LTLIBRARIES = kcm_kopete_otr.la kopete_otr.la
-
-kopete_otr_la_SOURCES = otrplugin-factory.cpp
-
-
-kopete_otr_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) \
- -lkopete
-
-kcm_kopete_otr_la_SOURCES = kopete_otr.kcfgc otrpreferences.cpp otrprefs.ui
-
-kcm_kopete_otr_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) \
- $(all_libraries) -lkopete
-kcm_kopete_otr_la_LIBADD = libkotr.la -lotr $(LIB_TDEUTILS)
-
-service_DATA = kopete_otr.desktop
-servicedir = $(kde_servicesdir)
-
-kde_kcfg_DATA = kopete_otr.kcfg
-
-kcm_DATA = kopete_otr_config.desktop
-kcmdir = $(kde_servicesdir)/tdeconfiguredialog
-
-kopete_otr_la_LIBADD = libkotr.la -lotr
-
-noinst_HEADERS = otrguiclient.h otrlchatinterface.h otrlconfinterface.h \
- otrplugin.h otrpreferences.h otrprefs.h privkeypopup.h smppopup.h verifypopup.h
-
-
-rcdir = $(kde_datadir)/kopete_otr
-rc_DATA = otrchatui.rc otrui.rc
-
-lib_LTLIBRARIES = libkotr.la
-libkotr_la_LDFLAGS = $(all_libraries) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
-libkotr_la_SOURCES = \
- kopete_otr.kcfgc otrguiclient.cpp otrplugin.cpp \
- otrlchatinterface.cpp otrlconfinterface.cpp \
- privkeypopup.cpp privkeypopupui.ui smppopup.cpp smppopupui.ui verifypopup.cpp \
- verifypopupui.ui
-libkotr_la_LIBADD = -lotr
-
-SUBDIRS = pics
-
diff --git a/src/pics/Makefile.am b/src/pics/Makefile.am
deleted file mode 100644
index 60c5e4f..0000000
--- a/src/pics/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-icondir = $(kde_datadir)/kopete_otr/icons
-icon_ICON = AUTO
-KDE_ICON = kopete_otr
-