]> git.stg.codes - stg.git/blobdiff - stglibs/ibpp.lib/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / ibpp.lib / Makefile
index 0c605edcb8d235d5de9b9c1379995bc974727e93..80a895e9eaecfc9a268ee1778e73afffdf41e5d2 100644 (file)
@@ -2,8 +2,7 @@
 # $Id: Makefile,v 1.6 2009/03/03 15:50:15 faust Exp $
 ###############################################################################
 
-LIB_NAME = ibpp
-PROG = lib$(LIB_NAME)
+LIB_NAME = stgibpp
 
 SRCS = array.cpp \
        blob.cpp \
@@ -27,11 +26,8 @@ SRCS = array.cpp \
 
 INCS = ibpp.h 
 
-ADD_CXXFLAGS_1 = -DIBPP_LINUX
+LIB_DEFS = -DIBPP_LINUX
 
 LIBS = -lfbclient
        
 include ../Makefile.in
-
-
-