File: Makefile.am

package info (click to toggle)
ekiga 4.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 31,612 kB
  • ctags: 14,511
  • sloc: cpp: 72,155; sh: 11,298; xml: 8,904; ansic: 8,572; makefile: 1,738; asm: 453; awk: 16
file content (46 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
if HAVE_AVAHI
AVAHI_DIR = avahi
endif

if HAVE_EDS
EVOLUTION_DIR = evolution
endif

if HAVE_GSTREAMER
GSTREAMER_DIR = gstreamer
endif

if HAVE_KAB
KAB_DIR = kab
endif

if HAVE_KDE
KDE_DIR = kde
endif

if HAVE_LDAP
LDAP_DIR = ldap
endif

if HAVE_LOUDMOUTH
LOUDMOUTH_DIR = loudmouth
endif

if HAVE_NOTIFY
LIBNOTIFY_DIR = libnotify
endif

if HAVE_XCAP
XCAP_DIRS = xcap resource-list
endif

SUBDIRS = \
	$(AVAHI_DIR) \
	$(EVOLUTION_DIR) \
	$(GSTREAMER_DIR) \
	$(KAB_DIR) \
	$(KDE_DIR) \
	$(LDAP_DIR) \
	$(LOUDMOUTH_DIR) \
	$(LIBNOTIFY_DIR) \
	$(XCAP_DIRS)