mirror of https://github.com/Icinga/icinga2.git
10 lines
147 B
Makefile
10 lines
147 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
|
||
|
noinst_LTLIBRARIES = \
|
||
|
libmmatch.la
|
||
|
|
||
|
libmmatch_la_SOURCES = \
|
||
|
mmatch.c \
|
||
|
mmatch.h
|