mirror of https://github.com/Icinga/icinga2.git
Another VPATH fix.
This commit is contained in:
parent
3dae6bc2ff
commit
7ed5b3ca14
|
@ -16,7 +16,7 @@ AM_YFLAGS = -d
|
|||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
.hh.h:
|
||||
cp $(srcdir)/$< $(srcdir)/$@
|
||||
if [ -e $(srcdir)/$< ]; then cp $(srcdir)/$< $(srcdir)/$@; fi
|
||||
|
||||
libconfig_la_SOURCES = \
|
||||
base-type.conf \
|
||||
|
|
Loading…
Reference in New Issue