move LAPDm_types to library + make lapdm executable compile again
diff --git a/lapdm/regen_makefile.sh b/lapdm/regen_makefile.sh
index f4cf882..7a94d08 100755
--- a/lapdm/regen_makefile.sh
+++ b/lapdm/regen_makefile.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-FILES="*.ttcn UD_PT.cc UD_PT.hh"
+FILES="*.ttcn UD_PT.cc UD_PT.hh RLCMAC_EncDec.cc"
 
 ttcn3_makefilegen -f L1CTL_Test.ttcn $FILES
 sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile