mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
10 lines
149 B
Text
10 lines
149 B
Text
|
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
|