apt-key del: Ignore case when checking if a keyid exists in a keyring.
[ntk/apt.git] / apt-private / makefile
CommitLineData
b9179170
MV
1# -*- make -*-
2BASE=..
3SUBDIR=apt-private
4
5# Header location
6HEADER_TARGETDIRS = apt-private
7
8# Bring in the default rules
9include ../buildlib/defaults.mak
10
b9179170
MV
11# The library name
12LIBRARY=apt-private
13MAJOR=0.0
14MINOR=0
15SLIBS=$(PTHREADLIB) -lapt-pkg
63ff4208 16CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
b9179170 17
53c3a8fa
DK
18SOURCE = $(wildcard *.cc)
19HEADERS = $(addprefix apt-private/,$(wildcard *.h))
b9179170 20
b9179170 21include $(LIBRARY_H)