File: Makefile.am

package info (click to toggle)
gwp 0.3.6-1
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 7,076 kB
  • ctags: 3,168
  • sloc: ansic: 27,179; sh: 8,379; python: 1,895; xml: 1,184; makefile: 356
file content (16 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = quark_files

EXTRA_DIST = \
	     finder.py				\
	     quark.py				\
	     quark.glade			\
	     quark_utils.py			\
	     magallanes.py			\
	     vp_utils.py			\
	     gwp_config.py			\
	     magallanes.glade			\
             notification_area.py

pluginsdir = $(datadir)/gwp/scripts/plugins
plugins_DATA = $(EXTRA_DIST)