From 9f873fa7bc87b0ba0a9522e672b7b4f16968bf9c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 4 Jun 2010 19:28:01 -0400 Subject: [PATCH] Don't install private headers --- gdk/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 21b296c65..0138aa012 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -79,7 +79,6 @@ gdk_public_h_sources = \ gdkcursor.h \ gdkdevice.h \ gdkdevicemanager.h \ - gdkdeviceprivate.h \ gdkdisplay.h \ gdkdisplaymanager.h \ gdkdnd.h \ @@ -112,10 +111,11 @@ gdk_built_public_sources = \ gdk_built_private_headers = \ gdkalias.h -gdk_private_headers = \ - gdkinternals.h \ - gdkintl.h \ - gdkpoly-generic.h \ +gdk_private_headers = \ + gdkinternals.h \ + gdkdeviceprivate.h \ + gdkintl.h \ + gdkpoly-generic.h \ gdkregion-generic.h gdk_c_sources = \ -- 2.43.2