[gnome-disk-utility: 284/285] Fix 'make distcheck'



commit 48ffaa13fa5dfb126c3fc2a78aaec8c42a76bfcd
Author: David Zeuthen <davidz redhat com>
Date:   Fri Jan 20 16:33:47 2012 -0500

    Fix 'make distcheck'
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 data/ui/Makefile.am        |    4 ++++
 src/palimpsest/Makefile.am |    6 ++++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am
index 29e885b..8c0281f 100644
--- a/data/ui/Makefile.am
+++ b/data/ui/Makefile.am
@@ -22,5 +22,9 @@ ui_DATA = 				\
 	change-passphrase-dialog.ui	\
 	$(NULL)
 
+EXTRA_DIST = 				\
+	$(ui_DATA)			\
+	$(NULL)
+
 clean-local :
 	rm -f *~
diff --git a/src/palimpsest/Makefile.am b/src/palimpsest/Makefile.am
index 21525b4..6cfeaca 100644
--- a/src/palimpsest/Makefile.am
+++ b/src/palimpsest/Makefile.am
@@ -28,6 +28,7 @@ palimpsest_SOURCES = 							\
 	gduapplication.h		gduapplication.c		\
 	gdudevicetreemodel.h		gdudevicetreemodel.c		\
 	gdutypes.h							\
+	gduenums.h							\
 	gduutils.h			gduutils.c			\
 	gduvolumegrid.h			gduvolumegrid.c			\
 	gduwindow.h			gduwindow.c			\
@@ -71,5 +72,10 @@ palimpsest_LDADD = 					\
 	$(GTK3_LIBS)					\
 	$(NULL)
 
+EXTRA_DIST = 						\
+	gduenumtypes.h.template				\
+	gduenumtypes.c.template				\
+	$(NULL)
+
 clean-local :
 	rm -f *~



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