mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user