mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
9 lines
173 B
Makefile
9 lines
173 B
Makefile
noinst_LTLIBRARIES += libconfig.la
|
|
|
|
libconfig_la_SOURCES = \
|
|
./config/serializable.h \
|
|
./config/yamlparser.h \
|
|
./config/yamlparser.cpp
|
|
|
|
libring_la_LIBADD += libconfig.la
|