7 lines
164 B
Makefile
7 lines
164 B
Makefile
# Makefile for source rpm: evolution-data-server
|
|
# $Id$
|
|
NAME := evolution-data-server
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
include ../common/Makefile.common
|