Index: main/Makefile
===================================================================
--- main/Makefile	(revision main,5)
+++ main/Makefile	(revision main,7)
@@ -5,9 +5,9 @@
 form2.so: LIBS := -lform
 
-cdk_wrapper.so: LIBS := -lcdk
+cdk_wrapper.so: LIBS := -lcdkw
 
 %.so: %.c
 	rm -f $@
-	gcc -shared -fPIC -o $@ $< $(LIBS) -Wall -pedantic
+	gcc -shared -fPIC -Wall -pedantic -o $@ $< $(LIBS)
 
 clean:
