~ubuntu-branches/ubuntu/vivid/sflphone/vivid

« back to all changes in this revision

Viewing changes to gnome/src/dbus/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
endif
17
17
 
18
18
if SFL_VIDEO
19
 
BUILT_SOURCES+=video_controls-glue.h
20
 
video_controls-glue.h: video_controls-introspec.xml Makefile.am
 
19
BUILT_SOURCES+=videomanager-glue.h
 
20
videomanager-glue.h: videomanager-introspec.xml Makefile.am
21
21
        dbus-binding-tool --mode=glib-client $< > $@
22
22
endif
23
23