# Build the shared library
+$L/liblib2.so: CXXFLAGS += $(otherproj-PC-CFLAGS)
$L/liblib2.so: $(call find_objects,cpp) $L/liblib1.so $L/libotherproj.so
# Nice shortcut target
# Install the library's headers
# XXX: we can't use += here, call will be resolved lazily if we do
-install := $(install) $(call find_headers,h,$I/include/remake/lib2)
+install := $(install) $(call find_files,.h,$I/include/makeit/lib2)