Original commit message from CVS: Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makefile.am writers. Check docs/random/omega/build/TODO for a list of things that I had to make sure of. NOTE: this requires a complete rebuild of all plugins, since I also changed the STATE enum to a bitfield instead of sequential numbers.
		
			
				
	
	
		
			11 lines
		
	
	
		
			157 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			157 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| noinst_LTLIBRARIES = libcrashtest.la
 | |
| 
 | |
| libcrashtest_la_SOURCES = \
 | |
| 	dummy.c
 | |
| 
 | |
| noinst_HEADERS = \
 | |
| 	dummy.h
 | |
| 
 | |
| noinst_PROGRAMS = test
 | |
| test_LDADD = libcrashtest.la
 |