transmission/Makefile.am

40 lines
543 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
if HAVE_BEOS
BEOS_DIR = beos
endif
if HAVE_DARWIN
2007-07-18 23:34:26 +00:00
MAC_DIR = macosx
endif
2007-10-24 17:20:50 +00:00
if WITH_GTK
GTK_DIR = gtk po
endif
if HAVE_WX
WX_DIR = wx
endif
2007-10-24 17:20:50 +00:00
SUBDIRS = \
third-party \
libtransmission \
daemon cli \
$(BEOS_DIR) \
$(GTK_DIR) \
$(MAC_DIR) \
$(WX_DIR)
EXTRA_DIST = \
2007-10-24 17:20:50 +00:00
NEWS \
AUTHORS \
LICENSE \
README \
Transmission.xcodeproj/project.pbxproj \
2007-10-24 17:20:50 +00:00
intltool-extract.in \
intltool-merge.in \
intltool-update.in
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update