Last change
on this file since 3328 was
3328,
checked in by charles, 15 years ago
|
make the gtk translation files play nicely with autoconf
|
File size:
436 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I m4 |
---|
2 | |
---|
3 | if WITH_GTK |
---|
4 | GTK_DIR = gtk po |
---|
5 | endif |
---|
6 | if HAVE_BEOS |
---|
7 | BEOS_DIR = beos |
---|
8 | endif |
---|
9 | if HAVE_DARWIN |
---|
10 | MAC_DIR = macosx |
---|
11 | endif |
---|
12 | if HAVE_WX |
---|
13 | WX_DIR = wx |
---|
14 | endif |
---|
15 | |
---|
16 | SUBDIRS = third-party libtransmission daemon cli $(GTK_DIR) $(BEOS_DIR) $(MAC_DIR) $(WX_DIR) |
---|
17 | |
---|
18 | DISTCLEANFILES = \ |
---|
19 | Transmission.desktop |
---|
20 | |
---|
21 | EXTRA_DIST = \ |
---|
22 | NEWS \ |
---|
23 | AUTHORS \ |
---|
24 | LICENSE \ |
---|
25 | README \ |
---|
26 | third-party \ |
---|
27 | intltool-extract.in intltool-merge.in intltool-update.in |
---|
Note: See
TracBrowser
for help on using the repository browser.