diff options
author | Michele Calgaro <[email protected]> | 2023-10-30 23:10:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-30 23:10:46 +0900 |
commit | 1bdd2746f8891bc9a22d76dc2531901d5c7b03bb (patch) | |
tree | 4d1adfa261781155ddb348eea665a7f56720da1d /doc/sources/ttx/Makefile.am | |
parent | ba96aad83599f9080e523f0a6dd945a097fced76 (diff) | |
download | libksquirrel-1bdd2746f8891bc9a22d76dc2531901d5c7b03bb.tar.gz libksquirrel-1bdd2746f8891bc9a22d76dc2531901d5c7b03bb.zip |
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/sources/ttx/Makefile.am')
-rw-r--r-- | doc/sources/ttx/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/sources/ttx/Makefile.am b/doc/sources/ttx/Makefile.am deleted file mode 100644 index 4b3418e..0000000 --- a/doc/sources/ttx/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -INCLUDES = -I.. -I../include - -lib_LTLIBRARIES = libSQ_codec_ttx.la - -libSQ_codec_ttx_la_SOURCES = fmt_codec_ttx.cpp fmt_codec_ttx_defs.h - -libSQ_codec_ttx_la_LDFLAGS = -release 0.1.0 - -libSQ_codec_ttx_la_LIBADD = |