~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/libpanel-util/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-05 06:48:56 UTC
  • mto: This revision was merged to the branch mainline in revision 211.
  • Revision ID: package-import@ubuntu.com-20110905064856-aa3gpo0vj1of270y
Tags: upstream-3.1.91
ImportĀ upstreamĀ versionĀ 3.1.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                        --vtail "  if (!type)\n" \
32
32
                        --vtail "    type = g_enum_register_static (\"@EnumName@\", _@enum_name@_values);\n\n" \
33
33
                        --vtail "  return type;\n}\n\n" \
34
 
                $(panel_util_enum_headers) > $@
 
34
                $(addprefix $(srcdir)/,$(panel_util_enum_headers)) > $@.tmp && mv $@.tmp $@
35
35
 
36
36
panel-util-types.h: $(panel_util_enum_headers)
37
37
        $(AM_V_GEN)glib-mkenums \
43
43
                        --fprod "\n/* --- @filename@ --- */" \
44
44
                        --eprod "#define PANEL_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n" \
45
45
                        --eprod "GType @enum_name@_get_type (void);\n" \
46
 
                $(panel_util_enum_headers) > $@
 
46
                $(addprefix $(srcdir)/,$(panel_util_enum_headers)) > $@.tmp && mv $@.tmp $@
47
47
 
48
48
libpanel_util_la_SOURCES =              \
49
49
        $(BUILT_SOURCES)                \