~dobey/libubuntuone/update-from-trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-01-31 22:00:52 UTC
  • mfrom: (147.1.1 update-from-trunk)
  • Revision ID: tarmac-20120131220052-8ojjp2waksa7ohod
Switch to webkitgtk-3.0
Move the current libubuntuone to libubuntuoneui
Update all the current references to libubuntuone to be libubuntuoneui
Add back a libubuntuone directory for coming code
Change the API version to 3.0 to break compat

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = data libubuntuone tests po
 
1
SUBDIRS = data libubuntuone libubuntuoneui tests po
2
2
 
3
3
EXTRA_DIST = COPYING.GPL
4
4
 
5
 
pcfiles = libubuntuone-1.0.pc
6
 
 
7
 
libubuntuone-1.0.pc: libubuntuone.pc
8
 
        @cp -f $< $@
9
 
 
10
 
ubuntuone-sharp-1.0.pc: ubuntuone-sharp.pc
 
5
pcfiles = libubuntuoneui-3.0.pc
 
6
 
 
7
libubuntuoneui-3.0.pc: libubuntuoneui.pc
11
8
        @cp -f $< $@
12
9
 
13
10
pkgconfig_DATA = $(pcfiles)