~ubuntu-branches/ubuntu/raring/sflphone/raring

« back to all changes in this revision

Viewing changes to .pc/03_binutils-gold.patch/gnome/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Whoopie
  • Date: 2012-03-22 10:29:10 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322102910-tb8hugi2su1tguwh
Tags: 1.0.2-1ubuntu1
* Apply some upstream patches to fix FTBFS (LP: #913018):
  - debian/patches/05_glib_includes.patch: fix glib includes.
  - debian/patches/06_use_XkbKeycodeToKeysym.patch: use 
    XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
bin_PROGRAMS = sflphone-client-gnome
4
4
 
5
5
SUBDIRS = config contacts dbus widget icons
6
 
  
 
6
 
7
7
NOFIFY_LIBS = -lnotify
8
8
X11_LIBS = -lX11
9
9
LD_LIBS = -ldl
43
43
# add symbolic link
44
44
install-exec-local:
45
45
        echo $(prefix); echo $(bindir); echo $(datadir); echo $(libdir)
46
 
        cd $(DESTDIR)$(bindir); ln -sf sflphone-client-gnome sflphone 
 
46
        cd $(DESTDIR)$(bindir); ln -sf sflphone-client-gnome sflphone
47
47
 
48
48
uninstall-local:
49
49
        -test -h $(DESTDIR)$(bindir)/sflphone && rm $(DESTDIR)$(bindir)/sflphone