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.
This commit is contained in:
Colin Walters 2013-10-21 15:05:45 -04:00
parent 8dfb070329
commit b21c86b6a0
2 changed files with 2 additions and 4 deletions

View 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)

View 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