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

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'steam-mobile/Makefile')
-rw-r--r--steam-mobile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/Makefile b/steam-mobile/Makefile
index 212e6f8..274fbf4 100644
--- a/steam-mobile/Makefile
+++ b/steam-mobile/Makefile
@@ -48,4 +48,4 @@ clean:
rm -f libsteam.so
libsteam.so: $(STEAM_SOURCES)
- $(CC) -Wall -I. -fPIC $(CFLAGS) $(STEAM_SOURCES) -o $@ $(LIBPURPLE_CFLAGS) $(LIBPURPLE_LIBS) -shared
+ $(CC) -Wall -I. -fPIC $(CFLAGS) $(STEAM_SOURCES) -o $@ $(LDFLAGS) $(LIBPURPLE_CFLAGS) $(LIBPURPLE_LIBS) -shared