~kelemeng/libubuntuone/bug786632

« back to all changes in this revision

Viewing changes to Makefile.am

Tags: upstream-0.2.100
ImportĀ upstreamĀ versionĀ 0.2.100

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
EXTRA_DIST = COPYING.GPL
4
4
 
5
 
pcfiles = libubuntuone-1.0.pc ubuntuone-sharp.pc
 
5
pcfiles = libubuntuone-1.0.pc ubuntuone-sharp-1.0.pc
6
6
 
7
7
libubuntuone-1.0.pc: libubuntuone.pc
8
8
        @cp -f $< $@
9
9
 
 
10
ubuntuone-sharp-1.0.pc: ubuntuone-sharp.pc
 
11
        @cp -f $< $@
 
12
 
10
13
pkgconfig_DATA = $(pcfiles)
11
14
pkgconfigdir = $(libdir)/pkgconfig
12
15