blob: d521c58db2ac1954de3e54b6227261330a978753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# -*- make -*-
BASE=..
# Bring in the default rules
include ../buildlib/defaults.mak
# The library name
PROGRAM=apt-cache
SLIBS = -lapt-pkg
# Source code for the contributed non-core things
SOURCE = apt-cache.cc
include $(PROGRAM_H)
|