7 lines
205 B
Makefile
7 lines
205 B
Makefile
|
# Makefile for source rpm: gnome-backgrounds
|
||
|
# $Id: Makefile,v 1.1 2004/09/09 15:13:02 cvsdist Exp $
|
||
|
NAME := gnome-backgrounds
|
||
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||
|
|
||
|
include ../common/Makefile.common
|