2014-08-01 14:18:25 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libcryb-cpe.la
|
|
|
|
|
|
|
|
libcryb_cpe_la_SOURCES = \
|
2016-09-04 12:56:39 +00:00
|
|
|
cryb_cpe_clone.c \
|
|
|
|
cryb_cpe_copy_attr.c \
|
|
|
|
cryb_cpe_destroy.c \
|
|
|
|
cryb_cpe_new.c \
|
|
|
|
cryb_cpe_string.c \
|
|
|
|
cryb_cpe_upgrade22.c \
|
|
|
|
cryb_cpe_upgrade.c \
|
|
|
|
cryb_cpe_uri.c \
|
|
|
|
cryb_cpe_wfn.c \
|
|
|
|
\
|
|
|
|
cryb_cpe.c
|
2015-12-14 17:08:22 +00:00
|
|
|
|
2018-05-06 01:19:45 +00:00
|
|
|
libcryb_cpe_la_CFLAGS = \
|
|
|
|
$(CRYB_CORE_CFLAGS)
|
|
|
|
|
2015-12-14 17:08:22 +00:00
|
|
|
libcryb_cpe_la_LIBADD = \
|
2018-05-06 01:19:45 +00:00
|
|
|
$(CRYB_CORE_LIBS)
|
2017-03-06 23:50:17 +00:00
|
|
|
|
|
|
|
pkgconfig_DATA = cryb-cpe.pc
|