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