Index: uspace/lib/ext2/Makefile
===================================================================
--- uspace/lib/ext2/Makefile	(revision 3bd76491874404e82b12c2f83eff205011ad8881)
+++ uspace/lib/ext2/Makefile	(revision 566c401d35fe2aa13729441b683fcf35bf38afa6)
@@ -31,7 +31,9 @@
 USPACE_PREFIX = ../..
 LIBRARY = libext2
+EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX)
 
 SOURCES = \
-	libext2.c
+	libext2_filesystem.c \
+	libext2_superblock.c
 
 include $(USPACE_PREFIX)/Makefile.common
