File: Makefile.am

package info (click to toggle)
worker 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,444 kB
  • sloc: cpp: 133,098; sh: 5,543; yacc: 1,649; makefile: 791; lex: 279; python: 85; xml: 45
file content (21 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Makefile.am for worker
#

scriptsdir = $(pkgdatadir)/scripts
scripts_SCRIPTS = displaywrapper_worker \
                  aa.pattern_rename.sh \
                  cd2flac.sh \
                  cd2mp3.sh \
                  cd2ogg.sh \
                  cd2wav.sh \
				  cdi_get_current_vc_branch.sh \
				  find_file_by_chksum.py \
				  git_changed_files.sh \
				  git_modified_files.sh \
				  git_untracked_files.sh \
				  xeditor \
	        	  xliwrapper_worker \
				  terminal_wrapper.sh

EXTRA_DIST = $(scripts_SCRIPTS)