From 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Aug 2022 14:15:03 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- libk3b/videodvd/Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 libk3b/videodvd/Makefile.am (limited to 'libk3b/videodvd/Makefile.am') diff --git a/libk3b/videodvd/Makefile.am b/libk3b/videodvd/Makefile.am deleted file mode 100644 index 0225117..0000000 --- a/libk3b/videodvd/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -AM_CPPFLAGS = -I$(srcdir) \ - -I$(srcdir)/../core \ - -I$(srcdir)/../../libk3bdevice \ - -I$(srcdir)/../tools \ - -I$(srcdir)/../plugin \ - $(all_includes) - -METASOURCES = AUTO - -noinst_LTLIBRARIES = libvideodvd.la -libvideodvd_la_LIBADD = -ldvdread - -libvideodvd_la_SOURCES = k3bvideodvd.cpp k3bvideodvdtime.cpp \ - k3bvideodvdvideostream.cpp - -include_HEADERS = k3bvideodvd.h k3bvideodvdtitle.h \ - k3bvideodvdaudiostream.h k3bvideodvdsubpicturestream.h \ - k3bvideodvdvideostream.h k3bvideodvdtime.h \ - k3bvideodvdptt.h -- cgit v1.2.1