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

« back to all changes in this revision

Viewing changes to gnome-panel/libpanel-util/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:
17
17
        panel-util-types.c      \
18
18
        panel-util-types.h
19
19
 
20
 
panel-util-types.c: @REBUILD@ $(panel_util_enum_headers)
 
20
panel-util-types.c: $(panel_util_enum_headers)
21
21
        $(AM_V_GEN)glib-mkenums \
22
22
                        --fhead "#include <glib-object.h>\n" \
23
23
                        --fhead "#include \"panel-util-types.h\"\n\n" \
33
33
                        --vtail "  return type;\n}\n\n" \
34
34
                $(panel_util_enum_headers) > $@
35
35
 
36
 
panel-util-types.h: @REBUILD@ $(panel_util_enum_headers)
 
36
panel-util-types.h: $(panel_util_enum_headers)
37
37
        $(AM_V_GEN)glib-mkenums \
38
38
                        --fhead "#ifndef __PANEL_UTIL_TYPES_H__\n" \
39
39
                        --fhead "#define __PANEL_UTIL_TYPES_H__ 1\n\n" \