File: Makefile.am

package info (click to toggle)
xfce-mcs-plugins 4.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,356 kB
  • ctags: 563
  • sloc: sh: 9,290; ansic: 6,713; xml: 932; makefile: 437
file content (15 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile.am 21631 2006-05-11 21:24:25Z benny $

SUBDIRS =							\
	fm_plugin						\
	gtk_common						\
	ui_plugin						\
	keyboard_plugin						\
	mouse_plugin						\
	screensaver_plugin

if !HAVE_CYGWIN
SUBDIRS += display_plugin
endif

# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: