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/base/Makefile.am | |
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/base/Makefile.am')
-rw-r--r-- | src/devices/base/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/base/Makefile.am b/src/devices/base/Makefile.am deleted file mode 100644 index 836da68..0000000 --- a/src/devices/base/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdevicebase.la -libdevicebase_la_LDFLAGS = $(all_libraries) -libdevicebase_la_SOURCES = generic_device.cpp hex_buffer.cpp generic_memory.cpp \ - register.cpp device_group.cpp - - |