Stasik0 пре 11 година
родитељ
комит
ff71f89bed
2 измењених фајлова са 2 додато и 2 уклоњено
  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