Finished the auth token client port to Linux and made some minor
makefile system maintenance.
This commit is contained in:
		@@ -61,9 +61,13 @@ COMMONCPPFILES =  channelproto.cpp
 | 
			
		||||
CSFILES_CSC :=
 | 
			
		||||
INCLUDES = -I. -I.. -I../common -I../../../../include
 | 
			
		||||
RESOURCES =
 | 
			
		||||
DEFINES += -Wno-format-extra-args -fno-strict-aliasing -fshort-wchar 
 | 
			
		||||
CFLAGS += $(INCLUDES) $(DEFINES)
 | 
			
		||||
CPPFLAGS += -fPIC $(INCLUDES) $(DEFINES) $(RPM_OPT_FLAGS)
 | 
			
		||||
 | 
			
		||||
if LIB64
 | 
			
		||||
DEFINES += -D_LIB64
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
CFLAGS += -Wno-format-extra-args -fno-strict-aliasing -fshort-wchar $(INCLUDES) $(DEFINES)
 | 
			
		||||
CPPFLAGS += -Wno-format-extra-args -fno-strict-aliasing -fshort-wchar -fPIC $(INCLUDES) $(DEFINES) $(RPM_OPT_FLAGS)
 | 
			
		||||
LIBS = -lpthread
 | 
			
		||||
LDFLAGS = -Bsymbolic -shared -Wl,-soname=$(MODULE_NAME).$(MODULE_EXT)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user