Forráskód Böngészése

app_lua: set libm dependency before internal SER_LIBS var

Daniel-Constantin Mierla 13 éve
szülő
commit
566fe1eaef
1 módosított fájl, 2 hozzáadás és 4 törlés
  1. 2 4
      modules/app_lua/Makefile

+ 2 - 4
modules/app_lua/Makefile

@@ -1,6 +1,4 @@
-# $Id: Makefile 2 2005-06-13 16:47:24Z bogdan_iancu $
-#
-# print example module makefile
+# $Id$
 #
 # 
 # WARNING: do not run this directly, it should be run by the master Makefile
@@ -47,10 +45,10 @@ else
 	LIBS = $(shell lua-config --libs)
 endif
 
+LIBS+=-lm
 DEFS+=-DOPENSER_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/kcore/kcore
-LIBS+=-lm
 
 include ../../Makefile.modules