File: Makefile.am

package info (click to toggle)
gnome-applets 3.58.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,920 kB
  • sloc: ansic: 38,929; xml: 5,690; sh: 5,496; makefile: 2,098; sed: 39
file content (23 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
NULL =

SUBDIRS = \
	accessx-status \
	battstat \
	charpick \
	drivemount \
	geyes \
	gweather \
	mini-commander \
	multiload \
	netspeed \
	sticky-notes \
	trash \
	$(NULL)

if BUILD_CPUFREQ_APPLET
SUBDIRS += \
	cpufreq \
	$(NULL)
endif

-include $(top_srcdir)/git.mk