~ubuntu-branches/ubuntu/raring/grilo/raring-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2012-11-12 18:12:56 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121112181256-2ee4rg7dbkh03a65
Tags: 0.2.3-1
* New upstream version.
* debian/rules: new API, bump package version in dh_makeshlibs.
* debian/rules: configure with --disable-debug, otherwise it's enabled
  by default.
* Drop all lintian-overrides files, there are no longer hardening
  warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix grl_marshal     \
16
16
        --body grl-marshal.list >> $@
17
17
 
18
 
enum_headers = grl-source.h grl-caps.h grl-operation-options.h
 
18
enum_headers = grl-source.h grl-caps.h grl-operation-options.h data/grl-media.h
19
19
 
20
20
grl-type-builtins.h: $(enum_headers) grl-type-builtins.h.template
21
21
        $(AM_V_GEN) $(GLIB_MKENUMS) --template grl-type-builtins.h.template     \