From 6fb01537462a326a139f0c2d975145b26cd54bbe Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 28 Sep 2004 13:48:45 +0000 Subject: Relevant BUGIDs: Purpose of commit: Commit summary: --------------- bugfix: * Merge patches from Red Hat (Bug 477000 and other - kukuk) * Fix pam_rhosts option parsing (Bug 922648 - kukuk) --- modules/Simple.Rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/Simple.Rules') diff --git a/modules/Simple.Rules b/modules/Simple.Rules index 97f419a8..c12ede3a 100644 --- a/modules/Simple.Rules +++ b/modules/Simple.Rules @@ -13,6 +13,8 @@ # $(MODULE_SIMPLE_EXTRAFILES) - other files to build (no .c suffix) # +-include ../Make.Rules + LIBFILES = $(TITLE) $(MODULE_SIMPLE_EXTRAFILES) LIBSRC = $(addsuffix .c,$(LIBFILES)) LIBOBJ = $(addsuffix .o,$(LIBFILES)) -- cgit v1.2.3