Index: Makefile
===================================================================
--- Makefile	(revision 392)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 # You know what? Honestly? I don't know what most of these switches do.
 libgraphserver: dirfibheap edgetypes hashtable_itr fibheap statetypes dirfibheap graph edgetypes hashtable_gs hashtable_utility hashtable
-	cc -shared -o libgraphserver.so hashtable_itr.o  fibheap.o statetypes.o dirfibheap.o graph.o edgetypes.o hashtable_gs.o hashtable_utility.o hashtable.o -L. -Bsymbolic-functions -rdynamic -Wall -export-dynamic -ldl -lcrypt -lm -lc
+	cc -dynamiclib -o libgraphserver.so hashtable_itr.o  fibheap.o statetypes.o dirfibheap.o graph.o edgetypes.o hashtable_gs.o hashtable_utility.o hashtable.o -L. -Bsymbolic-functions -rdynamic -Wall -ldl -lm -lc
 
 dirfibheap: dirfibheap.c dirfibheap.h
 	cc -I. -g -fno-strict-aliasing -O2 -fPIC -Wall -c dirfibheap.c
