From ef29a909a5c3b70c356cd2e4b14ad6dd53f848b7 Mon Sep 17 00:00:00 2001 From: Cullen Jennings Date: Tue, 30 Apr 2013 12:54:54 -0600 Subject: [PATCH] clean up build make libsrtp instead of srtp --- .cvsignore | 7 ------- Makefile.in | 6 ++++-- VERSION | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 .cvsignore diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 8e7e1f44d..000000000 --- a/.cvsignore +++ /dev/null @@ -1,7 +0,0 @@ -Debug -Makefile -Root -autom4te.cache -config.log -config.status -fixcvs.sh diff --git a/Makefile.in b/Makefile.in index e88090a68..5e91d98f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,9 +48,11 @@ INSTALL = @INSTALL@ # EXE defines the suffix on executables - it's .exe for Windows, and # null on linux, bsd, and OS X and other OSes. EXE = @EXE@ + # gdoi is the group domain of interpretation for isakmp, a group key # management system which can provide keys for srtp gdoi = @GDOI_OBJS@ + # Random source. RNG_OBJS = @RNG_OBJS@ @@ -225,13 +227,13 @@ superclean: clean distclean: superclean -distname = srtp-$(shell cat VERSION) +distname = libsrtp-$(shell cat VERSION) distribution: runtest superclean if ! [ -f VERSION ]; then exit 1; fi if [ -f ../$(distname).tgz ]; then \ mv ../$(distname).tgz ../$(distname).tgz.bak; \ fi - cd ..; tar cvzf $(distname).tgz srtp + cd ..; tar cvzf $(distname).tgz libsrtp # EOF diff --git a/VERSION b/VERSION index 1c99cf0e8..e516bb9d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.4 +1.4.5