Author: jannis
Date: 2009-05-14 20:08:45 +0000 (Thu, 14 May 2009)
New Revision: 29960

Modified:
   libexo/branches/exo-thumbnailers/ChangeLog
   libexo/branches/exo-thumbnailers/exo-thumbnailers/Makefile.am
Log:
        * exo-thumbnailers/Makefile.am: Add the missing Makefile.am.

Modified: libexo/branches/exo-thumbnailers/ChangeLog
===================================================================
--- libexo/branches/exo-thumbnailers/ChangeLog  2009-05-14 20:04:43 UTC (rev 
29959)
+++ libexo/branches/exo-thumbnailers/ChangeLog  2009-05-14 20:08:45 UTC (rev 
29960)
@@ -1,5 +1,9 @@
 2009-05-14     Jannis Pohlmann <jan...@xfce.org>
 
+       * exo-thumbnailers/Makefile.am: Add the missing Makefile.am.
+
+2009-05-14     Jannis Pohlmann <jan...@xfce.org>
+
        * exo-thumbnailers/Makefile.am,
          exo-thumbnailers/exo-generic-thumbnailer.{c,h},
          exo-thumbnailers/exo-thumbnailer-marshal.list,

Modified: libexo/branches/exo-thumbnailers/exo-thumbnailers/Makefile.am
===================================================================
--- libexo/branches/exo-thumbnailers/exo-thumbnailers/Makefile.am       
2009-05-14 20:04:43 UTC (rev 29959)
+++ libexo/branches/exo-thumbnailers/exo-thumbnailers/Makefile.am       
2009-05-14 20:08:45 UTC (rev 29960)
@@ -7,6 +7,8 @@
        exo-thumbnailer-service
 
 exo_thumbnailer_service_built_sources =                                        
\
+       exo-thumbnailer-marshal.c                                       \
+       exo-thumbnailer-marshal.h                                       \
        exo-generic-thumbnailer-dbus-bindings.h
 
 exo_thumbnailer_service_SOURCES =                                      \
@@ -62,11 +64,30 @@
 if MAINTAINER_MODE
 
 DISTCLEANFILES =                                                       \
+       stamp-exo-thumbnailer-marshal.h                                 \
        $(exo_thumbnailer_service_built_sources)
 
 BUILT_SOURCES =                                                                
\
        $(exo_thumbnailer_service_built_sources)
 
+exo-thumbnailer-marshal.h: stamp-exo-thumbnailer-marshal.h
+       @true
+
+stamp-exo-thumbnailer-marshal.h: exo-thumbnailer-marshal.list Makefile
+       ( cd $(srcdir) && glib-genmarshal \
+               --prefix=_exo_thumbnailer_marshal \
+               --header exo-thumbnailer-marshal.list ) >> xgen-emh \
+       && ( cmp -s xgen-emh exo-thumbnailer-marshal.h || cp xgen-emh 
exo-thumbnailer-marshal.h ) \
+       && rm -f xgen-emh \
+       && echo timestamp > $(@F)
+
+exo-thumbnailer-marshal.c: exo-thumbnailer-marshal.list Makefile
+       ( cd $(srcdir) && glib-genmarshal \
+               --prefix=_exo_thumbnailer_marshal \
+               --body exo-thumbnailer-marshal.list ) >> xgen-emc \
+       && cp xgen-emc exo-thumbnailer-marshal.c \
+       && rm -f xgen-emc
+
 exo-generic-thumbnailer-dbus-bindings.h: exo-thumbnailer-service-dbus.xml 
Makefile
        dbus-binding-tool --mode=glib-server --prefix=exo_generic_thumbnailer 
$< > $@
 endif

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to