~cimi/overlay-scrollbar/fix-window-group

« back to all changes in this revision

Viewing changes to pkgconfig/Makefile.am

  • Committer: Andrea Cimitan
  • Date: 2011-06-08 16:44:43 UTC
  • mfrom: (243.1.7 gtk3)
  • Revision ID: andrea.cimitan@canonical.com-20110608164443-sd6oehapwu7j6lwp
Merged branch gtk3, started from the precious work by Andrea Azzarone

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pcfiles = overlay-scrollbar-@OS_MAJORMINOR@.pc
 
1
if USE_GTK3
 
2
VER=3
 
3
else
 
4
VER=
 
5
endif
 
6
 
 
7
pcfiles = overlay-scrollbar$(VER)-@OS_MAJORMINOR@.pc
2
8
 
3
9
all-local: $(pcfiles)
4
10
 
5
 
%-@OS_MAJORMINOR@.pc: %.pc
 
11
%$(VER)-@OS_MAJORMINOR@.pc: %.pc
6
12
        cp $< $@
7
13
 
8
14
pkgconfigdir = $(libdir)/pkgconfig
9
15
pkgconfig_DATA = $(pcfiles)
10
16
 
11
 
EXTRA_DIST = overlay-scrollbar.pc.in
 
17
EXTRA_DIST = overlay-scrollbar$(VER).pc.in
12
18
 
13
19
CLEANFILES = $(pcfiles)