]> git.llucax.com Git - software/makeit.git/blobdiff - lib2/lib2.cpp
Add install and uninstall targets
[software/makeit.git] / lib2 / lib2.cpp
index d5c07c4ddcfee06b07feef4b23d70109f75658c8..7555392fb9a55e319b5f4d17718cbece72e92796 100644 (file)
@@ -1,7 +1,7 @@
 
 #include "lib2.h"
 
-#include <remake/subproj/subproj.h>
+#include <otherproj/otherproj.h>
 #include <remake/lib1/lib1.h>
 
 #include <stdio.h>
@@ -10,6 +10,6 @@ void lib2(void)
 {
        printf("lib2()\n");
        lib1();
-       subproj();
+       otherproj();
 }