~ubuntu-branches/ubuntu/wily/libwpd/wily-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-14 11:01:45 UTC
  • mfrom: (1.5.4)
  • Revision ID: package-import@ubuntu.com-20130514110145-8g97krfs7eoqyuwl
Tags: 0.9.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
pkgconf_DATA = libwpd-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@.pc $(LIBWPD_STREAM_PC)
10
10
 
11
 
SUBDIRS = src build docs
 
11
SUBDIRS = build inc src docs
12
12
 
13
13
EXTRA_DIST = \
14
14
        autogen.sh \
15
15
        libwpd.spec \
16
16
        libwpd.spec.in \
17
 
        libwpd-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@.pc.in \
18
 
        libwpd-stream-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@.pc.in \
 
17
        libwpd.pc.in \
 
18
        libwpd-stream.pc.in \
19
19
        libwpd-zip.in \
20
20
        COPYING.LGPL \
21
21
        COPYING.MPL \
26
26
        README \
27
27
        TODO
28
28
distclean-local:
29
 
        rm -rf *.cache *~
 
29
        rm -rf *.cache *~ *.pc
30
30
 
31
31
rpm: dist
32
32
        rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz