~ubuntu-branches/ubuntu/natty/e2fsprogs/natty

« back to all changes in this revision

Viewing changes to resize/Makefile.pq

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-04-29 18:19:46 UTC
  • Revision ID: james.westby@ubuntu.com-20090429181946-pd2sxghelcyunt23
Tags: 1.41.5-1ubuntu2
Use external libblkid from util-linux, rather than building our own.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TOPSRC=..
 
2
LIBNAME=RESIZE.LIB
 
3
OBJFILE=RESIZE.LST
 
4
 
 
5
OBJS= extent.obj \
 
6
        ext2_block_move.obj \
 
7
        ext2_inode_move.obj \
 
8
        resize2fs.obj
 
9
 
 
10
!include $(TOPSRC)\powerquest\MCONFIG
 
11