[rhythmbox/wip/sam/meson: 1/4] build: Fix exported headers
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/wip/sam/meson: 1/4] build: Fix exported headers
- Date: Fri, 22 Oct 2021 07:50:43 +0000 (UTC)
commit 1529a6363cafaca37e30f2839a63ed686b861b59
Author: Bastien Nocera <hadess hadess net>
Date: Fri Oct 22 09:48:34 2021 +0200
build: Fix exported headers
RBApplication contains some pretty important API to plugins, such as
integration with the application's window and menus, but was never
exported as a header, making it unavailable to C plugins.
Install the header like the other exported and bound functions.
shell/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 0a8101add..d88f4b0a6 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -51,6 +51,7 @@ AM_CPPFLAGS = \
shellincludedir = $(includedir)/rhythmbox/shell
shellinclude_HEADERS = \
+ rb-application.h \
rb-shell.h \
rb-shell-player.h \
rb-shell-preferences.h \
@@ -64,7 +65,6 @@ shellinclude_HEADERS = \
librhythmbox_core_la_SOURCES = \
$(shellinclude_HEADERS) \
rb-application.c \
- rb-application.h \
rb-history.c \
rb-play-order.c \
rb-play-order-linear.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]