diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/sample/Makefile | 2 | ||||
-rw-r--r-- | projects/sample/lib/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/sample/Makefile b/projects/sample/Makefile index 348c39e..f96f1ab 100644 --- a/projects/sample/Makefile +++ b/projects/sample/Makefile @@ -8,7 +8,7 @@ # Indicates our relative path to the top of the project's root directory. # LEVEL = . -DIRS = lib +DIRS = lib tools EXTRA_DIST = include # diff --git a/projects/sample/lib/Makefile b/projects/sample/lib/Makefile index 01ede2d..959038b 100644 --- a/projects/sample/lib/Makefile +++ b/projects/sample/lib/Makefile @@ -8,6 +8,6 @@ LEVEL=.. # # List all of the subdirectories that we will compile. # -DIRS=lsqcor +DIRS=sample include $(LEVEL)/Makefile.common |