7 lines
148 B
Makefile
7 lines
148 B
Makefile
# Makefile for source rpm: gnome-session
|
|
# $Id$
|
|
NAME := gnome-session
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
include ../common/Makefile.common
|