diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5c179f8 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# Makefile for source rpm: libXpm +# $Id$ +NAME := libXpm +SPECFILE = $(firstword $(wildcard *.spec)) + +include ../common/Makefile.common