File: Makefile.am

package info (click to toggle)
parole 0.2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,652 kB
  • ctags: 2,943
  • sloc: ansic: 14,612; sh: 10,343; cpp: 2,382; makefile: 755
file content (17 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = sample

if PAROLE_PROPERTIES_PLUGIN
SUBDIRS+=properties
endif

if PAROLE_TRAY_PLUGIN
SUBDIRS+=tray
endif

if WINDOW_TITLE_PLUGIN
SUBDIRS+=window-title
endif

if POWER_MANAGER_PLUGIN
SUBDIRS+=power-manager
endif