git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@60875 e3ebcda4-bce8-0310-ba0a-eca2169e7518
		
			
				
	
	
		
			30 lines
		
	
	
		
			500 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			500 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| SUBDIRS = source gstreamer-sharp doc sample
 | |
| 
 | |
| pkgconfigdir = $(libdir)/pkgconfig
 | |
| pkgconfig_DATA = gstreamer-sharp-0.10.pc
 | |
| 
 | |
| EXTRA_DIST = \
 | |
| 	gstreamer-sharp-0.10.pc.in \
 | |
| 	gstreamer-sharp.snk
 | |
| 
 | |
| DISTCLEANFILES = gstreamer-sharp-0.10.pc 
 | |
| 
 | |
| MAINTAINERCLEANFILES = \
 | |
| 	compile \
 | |
| 	INSTALL \
 | |
| 	config.h.in \
 | |
| 	aclocal.m4 \
 | |
| 	ltmain.sh \
 | |
| 	Makefile.in \
 | |
| 	depcomp \
 | |
| 	missing \
 | |
| 	install-sh \
 | |
| 	configure \
 | |
| 	config.sub \
 | |
| 	config.guess \
 | |
| 	intltool-extract.in \
 | |
| 	intltool-merge.in   \
 | |
| 	intltool-update.in  \
 | |
| 	mkinstalldirs
 | |
| 
 |