diff options
author | Slávek Banko <[email protected]> | 2021-07-04 02:09:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-04 17:40:44 +0200 |
commit | 17002c193dcecec2cf95289e45ce29851c8ae804 (patch) | |
tree | 5b4586b6f1f1b4a96333de81c5c297a605fd6863 /src/barcode | |
parent | 92f5d345028b7abfe69e087495ebd933bb68b2c9 (diff) | |
download | tellico-17002c193dcecec2cf95289e45ce29851c8ae804.tar.gz tellico-17002c193dcecec2cf95289e45ce29851c8ae804.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/barcode')
-rw-r--r-- | src/barcode/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/barcode/Makefile.am b/src/barcode/Makefile.am deleted file mode 100644 index df8f8e2..0000000 --- a/src/barcode/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -AM_CPPFLAGS = $(all_includes) - -noinst_LIBRARIES = libbarcode.a -libbarcode_a_SOURCES = barcode.cpp barcode_v4l.cpp - -libbarcode_a_METASOURCES = AUTO - -KDE_OPTIONS = noautodist - -EXTRA_DIST = \ -barcode.h barcode.cpp \ -barcode_v4l.h barcode_v4l.cpp - -CLEANFILES = *~ *.loT |