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