[ovs-dev] [ofproto tests 06/29] lib: Remove redundant dhparams.h from EXTRA_DIST.

Ben Pfaff blp at nicira.com
Tue Nov 16 19:20:56 UTC 2010


This is redundant since it's also in lib_libopenvswitch_a_SOURCES.

Also, remove duplicate blank line.
---
 lib/automake.mk |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/lib/automake.mk b/lib/automake.mk
index b14c939..4ebbb19 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -203,8 +203,7 @@ endif
 EXTRA_DIST += \
 	lib/dh1024.pem \
 	lib/dh2048.pem \
-	lib/dh4096.pem \
-	lib/dhparams.h
+	lib/dh4096.pem
 
 EXTRA_DIST += \
 	lib/common.man \
@@ -226,7 +225,6 @@ EXTRA_DIST += \
 	lib/vlog-syn.man \
 	lib/vlog.man
 
-
 lib/dirs.c: Makefile
 	($(ro_c) && \
 	 echo 'const char ovs_pkgdatadir[] = "$(pkgdatadir)";' && \
-- 
1.7.1





More information about the dev mailing list