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