File: Makefile.am

package info (click to toggle)
thunar 4.20.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,668 kB
  • sloc: ansic: 91,718; sh: 5,036; makefile: 1,033; xml: 951; python: 41; sed: 16
file content (29 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if THUNAR_PLUGIN_APR
THUNAR_APR_SUBDIRS = thunar-apr
endif

if THUNAR_PLUGIN_SBR
THUNAR_SBR_SUBDIRS = thunar-sbr
endif

if THUNAR_PLUGIN_TPA
THUNAR_TPA_SUBDIRS = thunar-tpa
endif

if THUNAR_PLUGIN_UCA
THUNAR_UCA_SUBDIRS = thunar-uca
endif

if THUNAR_PLUGIN_WALLPAPER
THUNAR_WALLPAPER_SUBDIRS = thunar-wallpaper
endif

SUBDIRS =								\
	$(THUNAR_APR_SUBDIRS)						\
	$(THUNAR_SBR_SUBDIRS)						\
	$(THUNAR_TPA_SUBDIRS)						\
	$(THUNAR_UCA_SUBDIRS)						\
	$(THUNAR_WALLPAPER_SUBDIRS)					\
	thunar-sendto-email

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