summaryrefslogtreecommitdiff
path: root/components/services/Makefile.am
blob: 31b7caea9d60ad00c1e9d960107411f3fac34ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NULL=

if BUILD_RPM_COMPONENTS
INSTALL_SERVICE=install inventory inventory-view
endif


SUBDIRS = \
	trilobite \
	nautilus-dependent-shared \
	$(INSTALL_SERVICE) \
	login \
	summary \
	vault \
	$(NULL)