File: Makefile.am

package info (click to toggle)
xfce-mcs-plugins 4.3.99.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,888 kB
  • ctags: 564
  • sloc: sh: 8,586; ansic: 6,355; xml: 929; makefile: 440
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: