فهرست منبع

- excluded ldap from compilation by default (external dependencies)
- ver.no ++

Andrei Pelinescu-Onciul 17 سال پیش
والد
کامیت
7bf7388479
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      Makefile
  2. 1 1
      Makefile.defs

+ 1 - 1
Makefile

@@ -138,7 +138,7 @@ else
 							auth_radius group_radius uri_radius avp_radius \
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
 							osp tls oracle \
-							unixsock dbg print_lib auth_identity
+							unixsock dbg print_lib auth_identity ldap
 	# excluded because they do not compile (remove them only after they are
 	#  fixed) -- andrei
 	exclude_modules+= avpops  bdb dbtext flatstore lcr msilo pdt \

+ 1 - 1
Makefile.defs

@@ -78,7 +78,7 @@ MAIN_NAME=ser
 VERSION = 2
 PATCHLEVEL = 1
 SUBLEVEL =  0
-EXTRAVERSION = -dev19-tcp
+EXTRAVERSION = -dev20-tcp
 
 SER_VER = $(shell expr $(VERSION) \* 1000000 + $(PATCHLEVEL) \* 1000 + \
 			$(SUBLEVEL) )