[glom] Explicitly dist the examples again.



commit cf87f7a09144426609143d4e700c02684bc9a0f9
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 29 09:05:40 2013 +0100

    Explicitly dist the examples again.
    
    Some versions of autotools seem to do this automatically because
    these are dependencies of the gresources .c files.

 Makefile.am |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b5be4dc..386bb5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,6 +156,16 @@ EXTRA_DIST += \
        data/ui/developer/window_translations.glade \
        data/ui/developer/window_users.glade
 
+example_files = \
+       examples/example_film_manager.glom \
+       examples/example_lesson_planner.glom \
+       examples/example_music_collection.glom \
+       examples/example_project_manager.glom \
+       examples/example_smallbusiness.glom
+dist_noinst_DATA += \
+       $(example_files) \
+       examples/README
+
 # Get the base filenames only, without the extension: 
 example_files_names ?= $(patsubst %.glom,%,$(notdir $(example_files)))
 


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