From a7cfbd414e3d0f556f9e2ed98eafacceb2e91784 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 23 May 2000 03:11:29 +0000 Subject: [PATCH] fix make install for gdk/x11 --- gdk/x11/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/x11/Makefile.am b/gdk/x11/Makefile.am index e6a5817fe0..e324acf265 100644 --- a/gdk/x11/Makefile.am +++ b/gdk/x11/Makefile.am @@ -80,7 +80,7 @@ gxid_SOURCES = gxid.c gxid_LDADD = $(LDADDS) install-data-local: - ../../$(MKINSTALLDIRS) $(includedir)/gdk + $(MKINSTALLDIRS) $(includedir)/gdk $(INSTALL_DATA) $(srcdir)/gdkx.h $(includedir)/gdk - ../../$(MKINSTALLDIRS) $(includedir)/gdk/x11 + $(MKINSTALLDIRS) $(includedir)/gdk/x11 $(INSTALL_DATA) $(srcdir)/gdkprivate-x11.h $(includedir)/gdk/x11