Revert "transmission: update from 2.13 to 2.22"
[tomato.git] / release / src / router / transmission / Makefile.am
blob5408a472ff01b5458d18fc8ee015ee304de0cd92
1 ACLOCAL_AMFLAGS = -I m4
3 if BUILD_CLI
4   CLI_DIR = cli
5 endif
6 if BUILD_DAEMON
7 if !WIN32
8   DAEMON_DIR = daemon
9 endif
10 endif
11 if BUILD_GTK
12   GTK_DIR = gtk po
13 endif
14 if BUILD_MAC
15   MAC_DIR = macosx
16 endif
18 SUBDIRS = \
19   extras \
20   third-party \
21   libtransmission \
22   utils \
23   $(DAEMON_DIR) \
24   $(CLI_DIR) \
25   $(GTK_DIR) \
26   $(MAC_DIR) \
27   web
29 EXTRA_DIST = \
30   qt \
31   NEWS \
32   AUTHORS \
33   COPYING \
34   README \
35   autogen.sh \
36   update-version-h.sh \
37   Transmission.xcodeproj/project.pbxproj
39 dist-hook:
40         rm -rf `find $(distdir)/qt -name .svn`
43 DISTCLEANFILES = \
44   intltool-extract \
45   intltool-merge \
46   intltool-update