summaryrefslogtreecommitdiffstats
path: root/src/widget
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-02-02 02:17:42 +0100
committerSlávek Banko <[email protected]>2022-02-02 02:17:42 +0100
commit5c2bc8a9e22f344a6dc94969f8dbbfee1d25856d (patch)
tree73ffbdb48a6c057062eb91aad1d139516f312f40 /src/widget
parent2f24505b0bcfa6488752d781ad202744fc1fb3f1 (diff)
downloadtde-style-ia-ora-5c2bc8a9e22f344a6dc94969f8dbbfee1d25856d.tar.gz
tde-style-ia-ora-5c2bc8a9e22f344a6dc94969f8dbbfee1d25856d.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/widget')
-rw-r--r--src/widget/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/widget/Makefile.am b/src/widget/Makefile.am
deleted file mode 100644
index 13146bd..0000000
--- a/src/widget/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-KDE_PLUGIN = -avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS)
-
-AM_CPPFLAGS = -DQT_PLUGIN
-
-INCLUDES = $(all_includes)
-noinst_HEADERS = ia_ora.h bitmaps.h
-kde_style_LTLIBRARIES = ia_ora.la
-ia_ora_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
-ia_ora_la_LIBADD = -ltdefx $(LIB_TDECORE) $(LIB_TQT)
-ia_ora_la_SOURCES = ia_ora.cpp
-ia_ora_la_METASOURCES = AUTO
-
-# todo fix me install themerc file
-ia_ora.lo: ia_ora.h ia_ora.moc
-
-ia_ora.moc : ia_ora.h
- $(MOC) $(srcdir)/ia_ora.h -o ia_ora.moc
-
-BUILT_SOURCES = ia_ora.moc
-
-CLEANFILES = $(BUILT_SOURCES)
-
-ia_oradata_DATA = ia_ora.themerc
-ia_oradatadir = $(kde_datadir)/tdestyle/themes
-
-EXTRA_DIST = ia_ora.cpp ia_ora.h $(ia_oradata_DATA)