[gtk+] Don't install private headers
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Don't install private headers
- Date: Fri, 4 Jun 2010 23:42:31 +0000 (UTC)
commit 9f873fa7bc87b0ba0a9522e672b7b4f16968bf9c
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jun 4 19:28:01 2010 -0400
Don't install private headers
gdk/Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 21b296c..0138aa0 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 = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]