mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-25 15:15:42 +00:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# $Cryb$
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-rand.la
|
|
|
|
libcryb_rand_la_SOURCES = cryb_rand.c
|
|
|
|
libcryb_rand_la_LIBADD = \
|
|
$(top_builddir)/lib/core/libcryb-core.la
|