diff --git a/CMakeLists.txt b/src/CMakeLists.txt similarity index 100% rename from CMakeLists.txt rename to src/CMakeLists.txt diff --git a/autofw.c b/src/autofw.c similarity index 100% rename from autofw.c rename to src/autofw.c diff --git a/matcher.c b/src/matcher.c similarity index 100% rename from matcher.c rename to src/matcher.c diff --git a/matcher.h b/src/matcher.h similarity index 100% rename from matcher.h rename to src/matcher.h diff --git a/pbuf.c b/src/pbuf.c similarity index 100% rename from pbuf.c rename to src/pbuf.c diff --git a/pbuf.h b/src/pbuf.h similarity index 100% rename from pbuf.h rename to src/pbuf.h diff --git a/vbuf.c b/src/vbuf.c similarity index 100% rename from vbuf.c rename to src/vbuf.c diff --git a/vbuf.h b/src/vbuf.h similarity index 100% rename from vbuf.h rename to src/vbuf.h