[shotwell/wip/autotools: 23/27] build: Hook up ui data



commit ffd4065d964a2fa76c149dbfa19333fdf1a8661c
Author: Jens Georg <mail jensge org>
Date:   Tue Jun 28 22:49:17 2016 +0200

    build: Hook up ui data
    
    Signed-off-by: Jens Georg <mail jensge org>

 Makefile.am    |    2 +-
 configure.ac   |    1 +
 ui/Makefile.am |   26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 220ae0e..dadb045 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = misc help po app-icons icons
+SUBDIRS = misc help po app-icons icons ui
 
 EXTRA_DIST = AUTHORS
 
diff --git a/configure.ac b/configure.ac
index 2f91303..76749e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,6 +153,7 @@ AC_CONFIG_FILES([
     help/Makefile
     app-icons/Makefile
     icons/Makefile
+    ui/Makefile
 ],[],
 [API_VERSION='$API_VERSION'])
 AC_OUTPUT
diff --git a/ui/Makefile.am b/ui/Makefile.am
new file mode 100644
index 0000000..132e2db
--- /dev/null
+++ b/ui/Makefile.am
@@ -0,0 +1,26 @@
+uidir = $(datadir)/shotwell/ui
+ui_DATA = \
+       collection.ui \
+       direct_context.ui \
+       direct.ui \
+       events_directory.ui \
+       event.ui \
+       fullscreen.ui \
+       import_queue.ui \
+       import.ui \
+       media.ui \
+       offline.ui \
+       photo_context.ui \
+       photo.ui \
+       savedsearch.ui \
+       search_bar.ui \
+       search_sidebar_context.ui \
+       set_background_dialog.glade \
+       set_background_slideshow_dialog.glade \
+       shotwell.glade \
+       shotwell.xml \
+       sidebar_default_context.ui \
+       tag_sidebar_context.ui \
+       tags.ui \
+       top.ui \
+       trash.ui


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]