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