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