diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-24 16:46:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-24 16:46:55 +0900 |
commit | 10468753d8dbf3c77877d8119ea38e2bae1e6775 (patch) | |
tree | 99b0688a60420990885ddfb37fdff79292c24064 /src/devices/pic/base | |
parent | 3e5262769458245b39cd086e9ae3b357a06d6d2f (diff) | |
download | piklab-drop/autotools.tar.gz piklab-drop/autotools.zip |
Drop autotools supportdrop/autotools
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/devices/pic/base')
-rw-r--r-- | src/devices/pic/base/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/pic/base/Makefile.am b/src/devices/pic/base/Makefile.am deleted file mode 100644 index ebade1c..0000000 --- a/src/devices/pic/base/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libpicbase.la -libpicbase_la_SOURCES = pic.cpp pic_config.cpp pic_protection.cpp \ - pic_register.cpp |