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

« back to all changes in this revision

Viewing changes to applets/clock/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-17 21:57:14 UTC
  • mfrom: (1.13.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215714-mr18pl4hqedmprd7
Tags: 1:3.1.5-0ubuntu1
* New upstream release.
* debian/control: Bump gnome-menus dependencies
* debian/libpanel-applet-4-dev.install: No longer any *.a files to install
* debian/patches/09_default_icons.patch: Disabled until it can be ported
* debian/patches/90_build_fixes.patch: Dropped, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
clock_enum_headers =                                    \
103
103
        $(top_srcdir)/applets/clock/clock-utils.h
104
104
 
105
 
clock-typebuiltins.c: @REBUILD@ $(clock_enum_headers)
 
105
clock-typebuiltins.c: $(clock_enum_headers)
106
106
        $(AM_V_GEN)glib-mkenums \
107
107
                        --fhead "#include <glib-object.h>\n" \
108
108
                        --fhead "#include \"clock-typebuiltins.h\"\n\n" \
118
118
                        --vtail "  return type;\n}\n\n" \
119
119
                $(clock_enum_headers) > $@
120
120
 
121
 
clock-typebuiltins.h: @REBUILD@ $(clock_enum_headers)
 
121
clock-typebuiltins.h: $(clock_enum_headers)
122
122
        $(AM_V_GEN)glib-mkenums \
123
123
                        --fhead "#ifndef __CLOCK_TYPEBUILTINS_H__\n" \
124
124
                        --fhead "#define __CLOCK_TYPEBUILTINS_H__ 1\n\n" \