mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
13 lines
240 B
Makefile
13 lines
240 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-rand.la
|
|
|
|
libcryb_rand_la_SOURCES = \
|
|
cryb_rand_bytes.c \
|
|
\
|
|
cryb_rand.c
|
|
|
|
libcryb_rand_la_LIBADD = \
|
|
$(top_builddir)/lib/core/libcryb-core.la
|
|
|
|
pkgconfig_DATA = cryb-rand.pc
|