diff options
author | Slávek Banko <[email protected]> | 2022-08-27 14:15:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-27 14:15:03 +0200 |
commit | 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (patch) | |
tree | 1953c059e0184bed19352f3985d943ea633bd3ba /libk3b/videodvd/Makefile.am | |
parent | 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847 (diff) | |
download | k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.tar.gz k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'libk3b/videodvd/Makefile.am')
-rw-r--r-- | libk3b/videodvd/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
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 |