mirror of https://github.com/Icinga/icinga2.git
10 lines
141 B
Makefile
10 lines
141 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
|
||
|
noinst_LTLIBRARIES = \
|
||
|
libcJSON.la
|
||
|
|
||
|
libcJSON_la_SOURCES = \
|
||
|
cJSON.c \
|
||
|
cJSON.h
|