summaryrefslogtreecommitdiffstats
path: root/k9devices/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-10-30 22:58:44 +0900
committerMichele Calgaro <[email protected]>2023-10-31 11:02:31 +0900
commit83c41bf10a26417c812824610f48d5f18f0cbf64 (patch)
tree475aef8f6b6db4d9dfad18ae8e897e3d1dfcf669 /k9devices/Makefile.am
parentba8334a13e607ccc86cdd57ccc98f013fe51411d (diff)
downloadk9copy-83c41bf10a26417c812824610f48d5f18f0cbf64.tar.gz
k9copy-83c41bf10a26417c812824610f48d5f18f0cbf64.zip
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d328d200f36b78d13750d89093c32cc3862aaeae)
Diffstat (limited to 'k9devices/Makefile.am')
-rw-r--r--k9devices/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/k9devices/Makefile.am b/k9devices/Makefile.am
deleted file mode 100644
index 59de2d4..0000000
--- a/k9devices/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/libk9copy $(K3B_INCS) -I$(includedir) $(all_includes)
-METASOURCES = AUTO
-libk9devices_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libk9devices.la
-noinst_HEADERS = k9cddrive.h
-libk9devices_la_SOURCES = k9cddrive.cpp
-
-libk9devices_la_LIBADD = $(K3B_LIBS)