From 223f3c517966a9bc8f659543d3ca5fe8a602e60c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 2 Jan 2012 09:48:14 -0500 Subject: Makefile: Add missing $(srcdir) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7347986..97a6cf2 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,4 @@ install: $(bin_programs) touch $(DESTDIR)$(datarootdir)/gtk-doc/data/gtk-doc.make mkdir -p $(DESTDIR)$(datarootdir)/aclocal/ - install -m 0644 gtk-doc.m4 $(DESTDIR)$(datarootdir)/aclocal/gtk-doc.m4 + install -m 0644 $(srcdir)/gtk-doc.m4 $(DESTDIR)$(datarootdir)/aclocal/gtk-doc.m4 -- cgit v1.2.1