mirror of https://github.com/Icinga/icinga2.git
10 lines
237 B
Makefile
10 lines
237 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
|
||
|
libconfigfilecomponent_la_SOURCES = \
|
||
|
configfilecomponent.cpp \
|
||
|
configfilecomponent.h \
|
||
|
i2-configfilecomponent.h
|
||
|
|
||
|
libconfigfilecomponent_la_CXXFLAGS = -I${top_srcdir}/base
|