reorder includes
[apps/madmutt.git] / lib-mx / CMakeLists.txt
index ba7a6c8..445cff7 100644 (file)
@@ -1,7 +1,8 @@
 ADD_LIBRARY(mx
-    mx.c
-    mh.c
-    mbox.c
     compress.c
     hcache.c
+    mbox.c
+    mh.c
+    mx.c
+    pop.c
 )