Browse Source

minor improvements

Stasik0 11 years ago
parent
commit
ff71f89bed
2 changed files with 2 additions and 2 deletions
  1. 0 1
      OPCUAServer/.gitignore
  2. 2 1
      OPCUAServer/src/Makefile.am

+ 0 - 1
OPCUAServer/.gitignore

@@ -5,7 +5,6 @@ m4/
 build-test/
 .deps/
 .libs/
-lib/*
 lib/
 # ignore all target directories
 target/

+ 2 - 1
OPCUAServer/src/Makefile.am

@@ -57,7 +57,8 @@ convenience-link: $(lib_LTLIBRARIES)
 	done
 
 clean-convenience-link:
-	rm -rf $(top_builddir)/lib || true;
+	rm -f $(top_builddir)/lib/*.a || true;
+	rm -f $(top_builddir)/lib/*.so || true;
 
 all-local: convenience-link