summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-04-21 16:46:28 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-04-21 16:46:28 +0200
commitc98fb5e00d4b8a7e0c372e9cbc857046dec3b3dd (patch)
tree537581e193868c935fc5a22ee49d2f380c4de17d /cmdline/makefile
parente1a279fb9b1580d69f5aac5d2c7191eb6ee59947 (diff)
* cmdline/apt-mark.cc:
- reimplement apt-mark in c++
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index 917ccc96a..e867dae73 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -54,10 +54,11 @@ TARGET=program
include $(COPY_H)
# The apt-mark program
-SOURCE=apt-mark
-TO=$(BIN)
-TARGET=program
-include $(COPY_H)
+PROGRAM=apt-mark
+SLIBS = -lapt-pkg $(INTLLIBS)
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-mark.cc
+include $(PROGRAM_H)
# The apt-report-mirror-failure program
#SOURCE=apt-report-mirror-failure