6eaf4a build system: .conf convenience target: display source dir information.

Authored and Committed by midipix 8 years ago
1 file changed. 1 lines added. 0 lines removed.
    build system: .conf convenience target: display source dir information.
    
        
file modified
+1 -0
Makefile.in CHANGED
@@ -260,6 +260,7 @@ clean: clean-implib
260
260
@echo PACKAGE:' '$(PACKAGE)
261
261
@echo NICKNAME:' '$(NICKNAME)
262
262
@echo PROJECT_DIR:' '$(PROJECT_DIR)
263
+ @echo SOURCE_DIR:' '$(SOURCE_DIR)
263
264
@echo BUILD_DIR:' '$(CURDIR)
264
265
@echo
265
266