(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / http

Diff for /omi/http/GNUmakefile between version 1.2 and 1.3

version 1.2, 2015/04/20 18:10:12 version 1.3, 2015/04/20 18:19:52
Line 4 
Line 4 
 LIBRARY = http LIBRARY = http
  
 SOURCES = \ SOURCES = \
       httpcommon.c \
     http.c \     http.c \
     httpclient.c     httpclient.c
  
 INCLUDES = $(TOP) $(TOP)/common INCLUDES = $(TOP) $(TOP)/common
  
 DEFINES = MI_CONST=  DEFINES = MI_CONST= DETECT_FORBIDDEN_FUNCTIONS HOOK_BUILD
  
 PKGCONFIGPACKAGES = openssl PKGCONFIGPACKAGES = openssl
  
 LIBRARIES = base protocol sock  LIBRARIES = protocol sock base $(PALLIBS)
  
 include $(TOP)/mak/rules.mak include $(TOP)/mak/rules.mak
  


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

ViewCVS 0.9.2