libsatsolver: fix package build.

This commit is contained in:
Arne Fitzenreiter
2011-05-09 22:45:06 +02:00
parent 83371d5f57
commit 38b0ebbc9d

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -32,6 +32,10 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libsatsolver
DEPS = ""
PAK_VER = 1
###############################################################################
# Top-level Rules
###############################################################################
@@ -50,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist :
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################