From b1202ce1da746f2f28c78853a60d2f8d5c535a35 Mon Sep 17 00:00:00 2001 From: mharris Date: Aug 26 2005 21:36:59 +0000 Subject: Setup of module libXres --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7f061a1 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# Makefile for source rpm: libXres +# $Id$ +NAME := libXres +SPECFILE = $(firstword $(wildcard *.spec)) + +include ../common/Makefile.common