diff --git a/src/comfortable_swipe/index.cpp b/src/lib/comfortable_swipe
similarity index 90%
rename from src/comfortable_swipe/index.cpp
rename to src/lib/comfortable_swipe
index b474877..1c30917 100644
--- a/src/comfortable_swipe/index.cpp
+++ b/src/lib/comfortable_swipe
@@ -19,7 +19,12 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-// export all modules here
+#include "index.hpp"
+
+/**
+ * Make sure to include all implementation (.cpp) files below to be ready for export.
+ */
+
#include "gesture/swipe_gesture.cpp"
#include "service/autostart.cpp"
#include "service/buffer.cpp"
diff --git a/src/comfortable_swipe/gesture/swipe_gesture.cpp b/src/lib/gesture/swipe_gesture.cpp
similarity index 100%
rename from src/comfortable_swipe/gesture/swipe_gesture.cpp
rename to src/lib/gesture/swipe_gesture.cpp
diff --git a/src/comfortable_swipe/gesture/swipe_gesture.h b/src/lib/gesture/swipe_gesture.h
similarity index 100%
rename from src/comfortable_swipe/gesture/swipe_gesture.h
rename to src/lib/gesture/swipe_gesture.h
diff --git a/src/comfortable_swipe/index.hpp b/src/lib/index.hpp
similarity index 94%
rename from src/comfortable_swipe/index.hpp
rename to src/lib/index.hpp
index e13262e..ba2b232 100644
--- a/src/comfortable_swipe/index.hpp
+++ b/src/lib/index.hpp
@@ -28,12 +28,13 @@ along with this program. If not, see .
#define __COMFORTABLE_SWIPE__CONFIG__ "/usr/local/share/comfortable-swipe/comfortable-swipe.conf"
#endif /* __COMFORTABLE_SWIPE__CONFIG__ */
-
#include