File: Makefile.am

package info (click to toggle)
update-manager 0.42.2ubuntu22-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,908 kB
  • ctags: 753
  • sloc: python: 3,738; sh: 2,971; xml: 1,571; makefile: 690; ansic: 38
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
modules_DATA = SoftwareProperties.py \
			   dialog_edit.py \
			   dialog_add.py \
			   dialog_apt_key.py \
			   utils.py \
			   aptsources.py
modulesdir = $(datadir)/update-manager/python

EXTRA_DIST = $(modules_DATA)