[gvfs] Fix dist issue



commit 0111f0c8a6a23816aa2f36fa03275eb441df2941
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Jan 25 12:08:01 2010 +0100

    Fix dist issue
    
    We need to always know how to build the hal-marshal.[ch] files and
    that they are BUILD_SOURCES because otherwise we can't dist if hal is
    disabled.

 monitor/gphoto2/Makefile.am |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/monitor/gphoto2/Makefile.am b/monitor/gphoto2/Makefile.am
index adb6bc1..80fc424 100644
--- a/monitor/gphoto2/Makefile.am
+++ b/monitor/gphoto2/Makefile.am
@@ -3,10 +3,6 @@ NULL =
 
 libexec_PROGRAMS = gvfs-gphoto2-volume-monitor
 
-if USE_GUDEV
-gvfs_gphoto2_volume_monitor_SOURCES =
-
-else
 BUILT_SOURCES =                                         \
 	hal-marshal.h           hal-marshal.c
 
@@ -16,6 +12,11 @@ hal-marshal.h: hal-marshal.list
 hal-marshal.c: hal-marshal.list
 	$(AM_V_GEN) echo "#include \"hal-marshal.h\"" > $@ && glib-genmarshal $< --prefix=hal_marshal --body >> $@
 
+
+if USE_GUDEV
+gvfs_gphoto2_volume_monitor_SOURCES =
+
+else
 gvfs_gphoto2_volume_monitor_SOURCES =			\
 	hal-utils.c 		hal-utils.h 		\
 	hal-marshal.c		hal-marshal.h		\



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