From 41c0d5c8c4f57f2760a16f620807a6a942762bad Mon Sep 17 00:00:00 2001 From: mharris Date: Fri, 26 Aug 2005 21:13:59 +0000 Subject: [PATCH] Setup of module libICE --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fa14bdd --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# Makefile for source rpm: libICE +# $Id$ +NAME := libICE +SPECFILE = $(firstword $(wildcard *.spec)) + +include ../common/Makefile.common