~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to .pc/kfreebsd-gnu.patch/libparted/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-30 13:16:15 UTC
  • mfrom: (7.2.34 sid)
  • Revision ID: package-import@ubuntu.com-20140730131615-6uy87mosal6722s6
Tags: 3.2-1
* New upstream release.
* Drop currently-unused build-dependency on po4a (thanks, Johannes
  Schauer).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is part of GNU Parted
2
 
# Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation, Inc.
 
2
# Copyright (C) 1999-2001, 2007, 2009-2014 Free Software Foundation, Inc.
3
3
#
4
4
# This file may be modified and/or distributed without restriction.
5
5
 
23
23
# For details, see the "Updating library version information" section of
24
24
# "info libtool".
25
25
CURRENT = 2
26
 
REVISION = 0
 
26
REVISION = 1
27
27
AGE = 0
28
28
 
29
29
libparted_la_LDFLAGS  = -version-info $(CURRENT):$(REVISION):$(AGE)
62
62
 
63
63
EXTRA_DIST            = mbr.s
64
64
 
65
 
INCLUDES = $(partedincludedir) $(INTLINCS)
 
65
AM_CPPFLAGS = $(partedincludedir) $(INTLINCS)