File: Makefile.am

package info (click to toggle)
kaffeine 0.6-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,144 kB
  • ctags: 1,962
  • sloc: cpp: 19,295; sh: 11,592; perl: 2,724; ansic: 441; makefile: 219; xml: 88
file content (14 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14


EXTRA_DIST = mms.protocol rtsp.protocol

install-data-local:
	$(mkinstalldirs) $(kde_datadir)/kaffeine
	$(INSTALL_DATA) $(srcdir)/mms.protocol $(kde_datadir)/kaffeine/mms.protocol
	$(INSTALL_DATA) $(srcdir)/rtsp.protocol $(kde_datadir)/kaffeine/rtsp.protocol

uninstall-local:
	-rm -f $(kde_datadir)/kaffeine/mms.protocol
	-rm -f $(kde_datadir)/kaffeine/rtsp.protocol