mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-25 10:59:37 -05:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libcJSON.la
|
|
|
|
libcJSON_la_SOURCES = \
|
|
cJSON.c \
|
|
cJSON.h
|