+# Install the shared library
+$I/lib/liblib1.so: $L/liblib1.so
+install += $I/lib/liblib1.so
+
+# Install the library's headers
+# XXX: we can't use += here, call will be resolved lazily if we do
+install := $(install) $(call find_files,.h,$I/include/makeit/lib1)
+