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

« back to all changes in this revision

Viewing changes to gnome-panel/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:
196
196
        $(AM_V_GEN)echo "#include \"panel-marshal.h\"" > $@ && \
197
197
        $(GLIB_GENMARSHAL) $< --body --prefix=panel_marshal >> $@
198
198
 
199
 
panel-typebuiltins.c: @REBUILD@ $(panel_enum_headers)
 
199
panel-typebuiltins.c: $(panel_enum_headers)
200
200
        $(AM_V_GEN)glib-mkenums \
201
201
                        --fhead "#include <glib-object.h>\n" \
202
202
                        --fhead "#include \"panel-typebuiltins.h\"\n\n" \
212
212
                        --vtail "  return type;\n}\n\n" \
213
213
                $(panel_enum_headers) > $@
214
214
 
215
 
panel-typebuiltins.h: @REBUILD@ $(panel_enum_headers)
 
215
panel-typebuiltins.h: $(panel_enum_headers)
216
216
        $(AM_V_GEN)glib-mkenums \
217
217
                        --fhead "#ifndef __PANEL_TYPEBUILTINS_H__\n" \
218
218
                        --fhead "#define __PANEL_TYPEBUILTINS_H__ 1\n\n" \