~ubuntuone-control-tower/libubuntuone/stable-3-0

27.1.1 by Rodrigo Moya
Added gettext support
1
SUBDIRS = data libubuntuone tests bindings po
10.1.1 by Rodrigo Moya
Install pkgconfig file
2
36.2.2 by Ken VanDine
Added COPYING.GPL
3
EXTRA_DIST = COPYING.GPL
4
61.1.3 by Jo Shields
Okay, fine, let's call it 1.0 instead
5
pcfiles = libubuntuone-1.0.pc ubuntuone-sharp-1.0.pc
10.1.1 by Rodrigo Moya
Install pkgconfig file
6
7
libubuntuone-1.0.pc: libubuntuone.pc
8
	@cp -f $< $@
9
61.1.3 by Jo Shields
Okay, fine, let's call it 1.0 instead
10
ubuntuone-sharp-1.0.pc: ubuntuone-sharp.pc
61.1.1 by Jo Shields
Version Mono bindings, and sign with Mono crypto key (MIT license).
11
	@cp -f $< $@
12
10.1.1 by Rodrigo Moya
Install pkgconfig file
13
pkgconfig_DATA = $(pcfiles)
17.1.1 by Rodrigo Moya
Fixed distcheck
14
pkgconfigdir = $(libdir)/pkgconfig
15
16
CLEANFILES = $(pcfiles)
95.1.1 by Rodney Dawes
Install the py module as _gtkwidgets.so like other GTK+ modules do
17
18
MAINTAINERCLEANFILES =	\
19
	Makefile.in	\
20
	aclocal.m4	\
21
	config.guess	\
22
	config.h.in	\
23
	config.sub	\
24
	configure	\
25
	depcomp		\
26
	gtk-doc.make	\
27
	install-sh	\
28
	libtool		\
29
	ltmain.sh	\
30
	missing		\
31
	mkinstalldirs