fix include files not installed problem
parent
72fbc569a5
commit
f6da0bf0cb
|
@ -39,8 +39,6 @@ external_libs:
|
|||
@echo Compiling CppUnitLite...; cd ../CppUnitLite; make all
|
||||
@echo Compiling Colamd...; cd ../colamd; make all
|
||||
|
||||
install: external_libs
|
||||
|
||||
clean : clean_external_libs
|
||||
@echo Cleaning Cpp...; rm -f *.o *.lo *.*~ libgtsam.la $(check_PROGRAMS)
|
||||
|
||||
|
@ -161,3 +159,5 @@ TESTS = $(check_PROGRAMS)
|
|||
# rule to run an executable
|
||||
%.run: % libgtsam.la
|
||||
./$^
|
||||
|
||||
install-am: external_libs
|
||||
|
|
Loading…
Reference in New Issue