GNotification: Don't install private headers, avoid duplicated prototype
authorColin Walters <walters@verbum.org>
Mon, 21 Oct 2013 19:05:45 +0000 (15:05 -0400)
committerColin Walters <walters@verbum.org>
Mon, 21 Oct 2013 19:05:45 +0000 (15:05 -0400)
These both break gobject-introspection's build, and moreover are
things we don't want to do anyways.

gio/Makefile.am
gio/gnotification-private.h

index d57510c..5156179 100644 (file)
@@ -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)
index e6513b3..af6ad83 100644 (file)
@@ -51,6 +51,4 @@ gboolean                g_notification_get_default_action               (GNotifi
 
 GVariant *              g_notification_serialize                        (GNotification *notification);
 
-GVariant *      g_notification_serialize                (GNotification *notification);
-
 #endif