]> git.stg.codes - stg.git/blobdiff - stglibs/ibpp.lib/Makefile
Keep stglibs headers and libraries "at home"
[stg.git] / stglibs / ibpp.lib / Makefile
index 0c605edcb8d235d5de9b9c1379995bc974727e93..59eded2ff8ca0d263fc22a7dd5b2cd4d09242b9f 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = ibpp
-PROG = lib$(LIB_NAME)
 
 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
-
-
-