Better method to set release names.
This commit is contained in:
parent
3af3a8d41d
commit
bfa965376a
2 changed files with 3 additions and 5 deletions
|
@ -5,7 +5,9 @@ BUILT_SOURCES=server.html.h embed.js.h
|
|||
# Do not clean below files, build machines do not have closure installed
|
||||
EXTRA_DIST=server.html server.html.h embed.js.h
|
||||
|
||||
AM_CPPFLAGS = $(global_CFLAGS) $(MIST_CFLAGS)
|
||||
RELEASE ?= "Generic_`getconf LONG_BIT`"
|
||||
|
||||
AM_CPPFLAGS = $(global_CFLAGS) $(MIST_CFLAGS) -DRELEASE=\"$(RELEASE)\"
|
||||
LDADD = $(MIST_LIBS)
|
||||
SUBDIRS=converters analysers
|
||||
bin_PROGRAMS=MistBuffer MistController MistConnRAW MistConnRTMP MistConnHTTP MistConnHTTPProgressive MistConnHTTPDynamic MistConnHTTPSmooth MistConnHTTPLive MistConnTS MistPlayer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue