From: Colin Walters Date: Mon, 21 Oct 2013 19:05:45 +0000 (-0400) Subject: GNotification: Don't install private headers, avoid duplicated prototype X-Git-Tag: 2.39.0~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b21c86b6a01453b522c1a428fc5961d3a4204649;p=platform%2Fupstream%2Fglib.git GNotification: Don't install private headers, avoid duplicated prototype These both break gobject-introspection's build, and moreover are things we don't want to do anyways. --- diff --git a/gio/Makefile.am b/gio/Makefile.am index d57510c..5156179 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -153,8 +153,6 @@ application_headers = \ gmenuexporter.h \ gdbusmenumodel.h \ gnotification.h \ - gnotification-private.h \ - gnotificationbackend.h \ $(NULL) application_sources = \ @@ -178,6 +176,8 @@ application_sources = \ gmenu.c \ gmenuexporter.c \ gdbusmenumodel.c \ + gnotification-private.h \ + gnotificationbackend.h \ gnotification.c \ gnotificationbackend.c \ $(NULL) diff --git a/gio/gnotification-private.h b/gio/gnotification-private.h index e6513b3..af6ad83 100644 --- a/gio/gnotification-private.h +++ b/gio/gnotification-private.h @@ -51,6 +51,4 @@ gboolean g_notification_get_default_action (GNotifi GVariant * g_notification_serialize (GNotification *notification); -GVariant * g_notification_serialize (GNotification *notification); - #endif