[gnome-disk-utility] Fix 'make distcheck'



commit 56f07536de96d325c0a2ae21559ca35fa0ae6c24
Author: David Zeuthen <zeuthen gmail com>
Date:   Thu Sep 20 14:52:35 2012 -0400

    Fix 'make distcheck'
    
    Signed-off-by: David Zeuthen <zeuthen gmail com>

 NEWS                   |    3 ++-
 src/libgdu/Makefile.am |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 159a8f1..eeb6b67 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ dealing with storage devices. It relies on the udisks project.
 
 Changes since gnome-disk-utility 3.5.3:
 
-David Zeuthen (33):
+David Zeuthen (34):
       Post-release version bump to 3.5.4
       Replace -Werror=foo with -Wfoo
       If creating an image from iso9660/udf, suggest Disc_Label.iso as the filename
@@ -41,6 +41,7 @@ David Zeuthen (33):
       Add window title to Drive Settings dialog
       Update version to 3.6.0
       Update NEWS for release
+      Fix 'make distcheck'
 
 Matthias Clasen (1):
       Remove markup from translated strings
diff --git a/src/libgdu/Makefile.am b/src/libgdu/Makefile.am
index ef1ae57..8d6b17a 100644
--- a/src/libgdu/Makefile.am
+++ b/src/libgdu/Makefile.am
@@ -24,6 +24,8 @@ BUILT_SOURCES += $(enum_built_sources)
 
 libgdu_la_SOURCES = 							\
 	libgdu.h							\
+	libgduenums.h							\
+	libgdutypes.h							\
 	gduutils.h			gduutils.c			\
 	$(enum_built_sources)						\
 	$(NULL)



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