Merge branch 'master' of git://git.ipfire.org/ipfire-2.x

This commit is contained in:
root
2008-12-01 23:24:51 +01:00
3 changed files with 11 additions and 4 deletions

View File

@@ -32,6 +32,10 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libtool
PAK_VER = 1
DEPS = ""
###############################################################################
# Top-level Rules
###############################################################################
@@ -63,6 +67,9 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
$(subst %,%_MD5,$(objects)) :
@$(MD5)
dist:
@$(PAK)
###############################################################################
# Installation Details
###############################################################################

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nagios
PAK_VER = 2
DEPS = "glib traceroute"
DEPS = "glib traceroute libtool"
###############################################################################
# Top-level Rules