[gtranslator/merge-requests/61: 5/20] Add gtr-search-bar.c, gtr-search-bar.h and gtr-search-bar.ui to src/meson.build
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator/merge-requests/61: 5/20] Add gtr-search-bar.c, gtr-search-bar.h and gtr-search-bar.ui to src/meson.build
- Date: Fri, 14 Feb 2020 09:52:06 +0000 (UTC)
commit 4c97a513458810e25baf5ef3f109f6d603c72316
Author: Priyanka Saggu <priyankasggu11929 gmail com>
Date: Sun Jan 5 00:41:02 2020 +0530
Add gtr-search-bar.c, gtr-search-bar.h and gtr-search-bar.ui to src/meson.build
src/meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index be64e2d0..1c69190e 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -20,6 +20,7 @@ enum_headers = files(
'gtr-view.h',
'gtr-window-activatable.h',
'gtr-window.h',
+ 'gtr-search-bar.h',
)
sources = files(
@@ -68,6 +69,7 @@ sources = files(
'gtr-lang-button.c',
'gtr-progress.c',
'gtr-window.c',
+ 'gtr-search-bar.c',
)
marshal = 'gtr-marshal'
@@ -107,7 +109,8 @@ resource_data = files(
'gtr-search-dialog.ui',
'gtr-statusbar.ui',
'gtr-tab.ui',
- 'gtr-window.ui'
+ 'gtr-window.ui',
+ 'gtr-search-bar.ui',
)
sources += gnome.compile_resources(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]