7 lines
150 B
7 lines
150 B
21 years ago
|
# Makefile for source rpm: libgnomecanvas
|
||
|
# $Id$
|
||
|
NAME := libgnomecanvas
|
||
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||
|
|
||
|
include ../common/Makefile.common
|