transmission/Makefile.am

27 lines
400 B
Makefile
Raw Normal View History

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