8 lines
156 B
Makefile
8 lines
156 B
Makefile
# Makefile for source rpm: libidn
|
|
# $Id$
|
|
NAME := libidn
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
UPSTREAM_CHECKS = sig
|
|
|
|
include ../common/Makefile.common
|