Added -lrt to AM_CXXFLAGS in src/Makefile.am. Why isn't autoconf detecting this dependency? Added Jarosław Pietras to list of translators. in credits.
This commit is contained in:
@@ -50,6 +50,7 @@ local stepmania_credits= {
|
|||||||
{
|
{
|
||||||
name= "Translators",
|
name= "Translators",
|
||||||
"John Reactor (Polish)",
|
"John Reactor (Polish)",
|
||||||
|
"Jarosław Pietras (Polish)",
|
||||||
"DHalens (Spanish)",
|
"DHalens (Spanish)",
|
||||||
"@Niler_jp (Japanese)",
|
"@Niler_jp (Japanese)",
|
||||||
"Deamon007 (Dutch)"
|
"Deamon007 (Dutch)"
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ if BUILD_TESTS
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
AM_LDFLAGS =
|
AM_LDFLAGS =
|
||||||
AM_CXXFLAGS =
|
AM_CXXFLAGS = -lrt
|
||||||
AM_CFLAGS =
|
AM_CFLAGS =
|
||||||
noinst_LIBRARIES =
|
noinst_LIBRARIES =
|
||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
|
|||||||
Reference in New Issue
Block a user