]> git.saurik.com Git - apt.git/blame - test/libapt/makefile
merge with lp:~mvo/apt/debian-sid and update all pot's and po's
[apt.git] / test / libapt / makefile
CommitLineData
45df0ad2
DK
1# -*- make -*-
2BASE=../..
3SUBDIR=test/libapt
4BASENAME=_libapt_test
5
6# Bring in the default rules
7include ../../buildlib/defaults.mak
8
9# Program for testing getLanguageCode
10PROGRAM = getLanguages${BASENAME}
11SLIBS = -lapt-pkg
12SOURCE = getlanguages_test.cc
13include $(PROGRAM_H)