X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Fgimpcellrenderertoggle%2FMakefile.am;h=fffeffa72d2229748f8161a42925da0bd42fb654;hb=7ffaa3a0083d1f59a721f9f22f23d29d3cfc52aa;hp=8bc909dd1b04ada19b5fb30d0f9b30f0bf8ab999;hpb=451e3d74f9fb9b885428336e4125406b29c1ed4d;p=evince.git diff --git a/cut-n-paste/gimpcellrenderertoggle/Makefile.am b/cut-n-paste/gimpcellrenderertoggle/Makefile.am index 8bc909dd..fffeffa7 100644 --- a/cut-n-paste/gimpcellrenderertoggle/Makefile.am +++ b/cut-n-paste/gimpcellrenderertoggle/Makefile.am @@ -20,12 +20,12 @@ libgimpcellrenderertoggle_la_SOURCES = \ libgimpcellrenderertoggle_la_extra_sources = gimpwidgetsmarshal.list gimpwidgetsmarshal.h: $(srcdir)/gimpwidgetsmarshal.list - $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header >> xgen-wmh \ + $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header >> xgen-wmh \ && (cmp -s xgen-wmh $(@F) || cp xgen-wmh $(@F)) \ && rm -f xgen-wmh xgen-wmh~ gimpwidgetsmarshal.c: gimpwidgetsmarshal.h - echo "#include \"gimpwidgetsmarshal.h\"" >> xgen-wmc \ + $(AM_V_GEN)echo "#include \"gimpwidgetsmarshal.h\"" >> xgen-wmc \ && $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --body >> xgen-wmc \ && cp xgen-wmc $(@F) \ && rm -f xgen-wmc xgen-wmc~ @@ -33,4 +33,6 @@ gimpwidgetsmarshal.c: gimpwidgetsmarshal.h gen_sources = xgen-wmh xgen-wmc $(libgimpcellrenderertoggle_la_built_sources) CLEANFILES = $(gen_sources) -EXTRA_DIST = $(libgimpcellrenderertoggle_la_extra_sources) \ No newline at end of file +EXTRA_DIST = $(libgimpcellrenderertoggle_la_extra_sources) + +-include $(top_srcdir)/git.mk