shadowfb: Rename this particular shadow.c to shadowfb.c
So as not to conflict with the one in miext/shadow. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									98caba9f56
								
							
						
					
					
						commit
						2b486f052d
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
module_LTLIBRARIES = libshadowfb.la
 | 
					module_LTLIBRARIES = libshadowfb.la
 | 
				
			||||||
libshadowfb_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
 | 
					libshadowfb_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
 | 
				
			||||||
libshadowfb_la_SOURCES = sfbmodule.c shadow.c
 | 
					libshadowfb_la_SOURCES = sfbmodule.c shadowfb.c
 | 
				
			||||||
libshadowfb_la_LIBADD = $(PIXMAN_LIBS)
 | 
					libshadowfb_la_LIBADD = $(PIXMAN_LIBS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdk_HEADERS = shadowfb.h
 | 
					sdk_HEADERS = shadowfb.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue