mirror of https://github.com/Icinga/icinga2.git
Fix VPATH builds on openSUSE.
This commit is contained in:
parent
32f46da135
commit
3dae6bc2ff
|
@ -16,7 +16,7 @@ AM_YFLAGS = -d
|
|||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
.hh.h:
|
||||
cp $< $@
|
||||
cp $(srcdir)/$< $(srcdir)/$@
|
||||
|
||||
libconfig_la_SOURCES = \
|
||||
base-type.conf \
|
||||
|
|
Loading…
Reference in New Issue