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",
|
||||
"John Reactor (Polish)",
|
||||
"Jarosław Pietras (Polish)",
|
||||
"DHalens (Spanish)",
|
||||
"@Niler_jp (Japanese)",
|
||||
"Deamon007 (Dutch)"
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ if BUILD_TESTS
|
||||
endif
|
||||
|
||||
AM_LDFLAGS =
|
||||
AM_CXXFLAGS =
|
||||
AM_CXXFLAGS = -lrt
|
||||
AM_CFLAGS =
|
||||
noinst_LIBRARIES =
|
||||
EXTRA_DIST =
|
||||
|
||||
Reference in New Issue
Block a user