mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-13 12:33:20 +02:00
12 lines
215 B
Makefile
12 lines
215 B
Makefile
noinst_LTLIBRARIES = libbasicsecure.la
|
|
|
|
libbasicsecure_la_SOURCES = \
|
|
basicsecure.c \
|
|
basicsecure.h
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
LDADD = libbasicsecure.la
|
|
TESTS = test_general \
|
|
test_clear
|
|
check_PROGRAMS = $(TESTS)
|