~mvo/apt/dep8

« back to all changes in this revision

Viewing changes to cmdline/makefile

  • Committer: Arch Librarian
  • Date: 2004-09-20 16:56:32 UTC
  • Revision ID: Arch-1:apt@arch.ubuntu.com%apt--MAIN--0--patch-614
Join with aliencode
Author: jgg
Date: 2001-02-20 07:03:16 GMT
Join with aliencode

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
LIB_MAKES = apt-pkg/makefile
33
33
SOURCE = apt-cdrom.cc indexcopy.cc
34
34
include $(PROGRAM_H)
 
35
 
 
36
# The apt-sortpkgs program
 
37
PROGRAM=apt-sortpkgs
 
38
SLIBS = -lapt-pkg
 
39
LIB_MAKES = apt-pkg/makefile
 
40
SOURCE = apt-sortpkgs.cc
 
41
include $(PROGRAM_H)