mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
24 lines
426 B
Makefile
24 lines
426 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-cpe.la
|
|
|
|
libcryb_cpe_la_SOURCES = \
|
|
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
|
|
|
|
libcryb_cpe_la_CFLAGS = \
|
|
$(CRYB_CORE_CFLAGS)
|
|
|
|
libcryb_cpe_la_LIBADD = \
|
|
$(CRYB_CORE_LIBS)
|
|
|
|
pkgconfig_DATA = cryb-cpe.pc
|