]> git.stg.codes - stg.git/commitdiff
Merge branch 'stg-2.409' into stg-2.409-radius
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 20 Jun 2015 09:32:23 +0000 (12:32 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 20 Jun 2015 09:32:23 +0000 (12:32 +0300)
1  2 
projects/rlm_stg/Makefile
projects/rlm_stg/build
stglibs/common.lib/Makefile

Simple merge
Simple merge
index 33f29440463ef847f362e1fa703980d43ea2e9ba,1f662c25c3357985ec83d49a11fbb5129b7a4539..932e270948b62d3b78fed5186e6889e53dd304b2
@@@ -7,14 -7,10 +7,12 @@@ include ../../Makefile.con
  LIB_NAME = stgcommon
  
  SRCS = common.cpp \
 -      strptime.cpp
 +       strptime.cpp \
 +       blockio.cpp
  
 -INCS = common.h
 +INCS = common.h \
 +       blockio.h
  
- ifneq ($(OS),linux)
- LIBS += -liconv
- endif
+ LIBS += $(LIBICONV)
  
  include ../Makefile.in