mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-28 00:25:43 +00:00
12 lines
218 B
Makefile
12 lines
218 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-cpe.la
|
|
|
|
libcryb_cpe_la_SOURCES = \
|
|
cpe.c \
|
|
cpe_string.c \
|
|
cpe_uri.c \
|
|
cpe_wfn.c
|
|
|
|
libcryb_cpe_la_LIBADD = \
|
|
$(top_builddir)/lib/core/libcryb-core.la
|