mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
6 lines
238 B
Makefile
6 lines
238 B
Makefile
ACLOCAL_AMFLAGS = -I.
|
|
EXTRA_DIST = Android.mk sctest.c
|
|
|
|
noinst_LTLIBRARIES = libsecurity.la
|
|
|
|
libsecurity_la_SOURCES = aes.c AESStringCrypt.c password.c security.c sha256.c md5.c aes.h AESStringCrypt.h password.h security.h sha256.h md5.h
|