]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix broken reference to packaging/libldns.pc.in 41/head
authorDavid Oberhollenzer <goliath@infraroot.at>
Sun, 4 Aug 2019 16:41:05 +0000 (18:41 +0200)
committerDavid Oberhollenzer <goliath@infraroot.at>
Sun, 4 Aug 2019 16:41:05 +0000 (18:41 +0200)
Needs to be prefixed with "$(srcdir)/", otherwise out of tree build fails.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Makefile.in

index 442067decf88531b9161584df8748ffed2126215..921b75e3288b2af0ff05bcee18734aadb6392f26 100644 (file)
@@ -370,7 +370,7 @@ uninstall-h:
        test ! -d $(DESTDIR)$(includedir)/ldns || rmdir -p $(DESTDIR)$(includedir)/ldns || echo "ok, dir already gone"
        exit 0
 
-packaging/libldns.pc: packaging/libldns.pc.in
+packaging/libldns.pc: $(srcdir)/packaging/libldns.pc.in
        ./config.status $@
 
 install-pc: packaging/libldns.pc