Add proper optional support for GAMMU via build-time options. This commit fixes #4, but some additional checks maybe needed.
		
			
				
	
	
		
			8 lines
		
	
	
		
			268 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			268 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| SUBDIRS = lib @DAEMON@
 | |
| 
 | |
| include_HEADERS = yasnd.h yasnd-log.h yasnd-lpt.h
 | |
| 
 | |
| distclean-local:
 | |
| 	rm -rf aclocal.m4 m4 autom4te.cache compile depcomp install-sh missing configure Makefile.in config.h* &>/dev/null
 | |
| 	rm -rf .deps ltmain.sh config.guess config.sub &>/dev/null
 |