~ampelbein/transmission/bug-726756

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
ACLOCAL_AMFLAGS = -I m4

if HAVE_BEOS
  BEOS_DIR = beos
endif
if HAVE_DARWIN
  MAC_DIR = macosx
endif
if WITH_GTK
  GTK_DIR = gtk po
endif
if HAVE_WX
  WX_DIR = wx
endif

SUBDIRS = \
  third-party \
  libtransmission \
  daemon cli \
  $(BEOS_DIR) \
  $(GTK_DIR) \
  $(MAC_DIR) \
  $(WX_DIR)

EXTRA_DIST = \
  NEWS \
  AUTHORS \
  LICENSE \
  README \
  Transmission.xcodeproj/project.pbxproj \
  intltool-extract.in \
  intltool-merge.in \
  intltool-update.in 

DISTCLEANFILES = \
  intltool-extract \
  intltool-merge \
  intltool-update