]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix problem with non-shared libs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Feb 2000 16:03:57 +0000 (16:03 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Feb 2000 16:03:57 +0000 (16:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@2432 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Makefile

index b87e17cd31640e84c685d8d277dc264bdd8e1022..466a863e1855dfc81753e10685bd7adb147c9652 100644 (file)
@@ -17,12 +17,12 @@ ifeq ($(enable-shared),yes)
   3dg: lib/libdeal_II_3d.g.so 
   3d : lib/libdeal_II_3d.so
 else
-  1dg: lib/libdeal_II_1d.g.so
-  1d : lib/libdeal_II_1d.so
-  2dg: lib/libdeal_II_2d.g.so
-  2d : lib/libdeal_II_2d.so
-  3dg: lib/libdeal_II_3d.g.so 
-  3d : lib/libdeal_II_3d.so
+  1dg: lib/libdeal_II_1d.g.a
+  1d : lib/libdeal_II_1d.a
+  2dg: lib/libdeal_II_2d.g.a
+  2d : lib/libdeal_II_2d.a
+  3dg: lib/libdeal_II_3d.g.a
+  3d : lib/libdeal_II_3d.a
 endif
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.