summaryrefslogtreecommitdiffstats
path: root/plugins/recording
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-11-05 16:26:07 +0900
committerMichele Calgaro <[email protected]>2022-11-05 16:26:07 +0900
commit1f012b11767fcc94871e3e79db230a056fd65dec (patch)
tree45a4946a06a51b5730f47d6f2d211edb79c1bb76 /plugins/recording
parent5b699253f80ef9335bec29e33b1a10346c2dfb97 (diff)
downloadtderadio-1f012b11767fcc94871e3e79db230a056fd65dec.tar.gz
tderadio-1f012b11767fcc94871e3e79db230a056fd65dec.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/recording')
-rw-r--r--plugins/recording/Makefile.am22
-rw-r--r--plugins/recording/icons/Makefile.am2
-rw-r--r--plugins/recording/po/Makefile.am1
-rw-r--r--plugins/recording/po/tderadio-recording/Makefile.am2
4 files changed, 0 insertions, 27 deletions
diff --git a/plugins/recording/Makefile.am b/plugins/recording/Makefile.am
deleted file mode 100644
index f45f5fb..0000000
--- a/plugins/recording/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-SUBDIRS = po icons .
-
-INCLUDES = $(all_includes)
-METASOURCES = AUTO
-
-libtderadio_LTLIBRARIES = librecording.la
-librecording_la_SOURCES = recording-configuration.cpp \
- recording-configuration-ui.ui recording.cpp recording-config.cpp reccfg_interfaces.cpp encoder.cpp \
- recording-datamonitor.cpp recording-monitor.cpp encoder_mp3.cpp encoder_ogg.cpp encoder_pcm.cpp
-librecording_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
-librecording_la_LIBADD = $(LIB_OGG) $(LIB_LAME)
-
-noinst_HEADERS = recording-configuration.h recording.h recording-config.h \
- reccfg_interfaces.h encoder.h soundstreamevent.h recording-datamonitor.h \
- recording-monitor.h encoder_mp3.h encoder_ogg.h encoder_pcm.h
-
-#messages: rc.cpp
-# $(XGETTEXT) *.cpp *.h -o po/tderadio-recording.pot
-
-messages: rc.cpp
- $(EXTRACTRC) *.rc *.ui >> rc.cpp
- $(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-recording.pot
diff --git a/plugins/recording/icons/Makefile.am b/plugins/recording/icons/Makefile.am
deleted file mode 100644
index 974b96b..0000000
--- a/plugins/recording/icons/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-icons_ICON = AUTO
-iconsdir = $(datadir)/icons
diff --git a/plugins/recording/po/Makefile.am b/plugins/recording/po/Makefile.am
deleted file mode 100644
index f3c4953..0000000
--- a/plugins/recording/po/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = tderadio-recording
diff --git a/plugins/recording/po/tderadio-recording/Makefile.am b/plugins/recording/po/tderadio-recording/Makefile.am
deleted file mode 100644
index b2533fe..0000000
--- a/plugins/recording/po/tderadio-recording/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-PACKAGE = tderadio-recording
-POFILES = AUTO