mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-06 15:30:48 -05:00
9 lines
141 B
Makefile
9 lines
141 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libcJSON.la
|
|
|
|
libcJSON_la_SOURCES = \
|
|
cJSON.c \
|
|
cJSON.h
|