Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am - github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb41049f6415a8896e90c17f5a0ac26999dd1e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in. -*-Makefile-*-

# To disable automatic dependency tracking if using other tools than
# gcc and gmake, add the option 'no-dependencies'
AUTOMAKE_OPTIONS = 1.6

#Fools KDevelop into including all files
SUBDIRS = libentcode libcelt

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = celt.pc 

EXTRA_DIST = celt.pc.in

rpm: dist
	rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz