2007-08-07 14:13:23 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2007-10-16 11:04:59 +02:00
|
|
|
SUBDIRS = bin data lib po shell services
|
2006-08-25 10:33:39 +02:00
|
|
|
|
2006-10-17 01:09:44 +02:00
|
|
|
bin_SCRIPTS = \
|
2007-03-09 13:53:26 +01:00
|
|
|
sugar-emulator
|
2006-10-16 13:40:59 +02:00
|
|
|
|
2006-08-21 15:59:40 +02:00
|
|
|
DISTCLEANFILES = \
|
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
|
|
|
intltool-update
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2006-10-17 11:34:45 +02:00
|
|
|
$(bin_SCRIPTS) \
|
2006-10-15 02:03:58 +02:00
|
|
|
COPYING.LIB \
|
2006-08-21 15:59:40 +02:00
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
|
|
|
intltool-extract.in
|
2007-08-13 23:57:05 +02:00
|
|
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb
|