21 lines
377 B
Makefile
21 lines
377 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = bin data lib po shell services
|
|
|
|
bin_SCRIPTS = \
|
|
sugar-emulator
|
|
|
|
DISTCLEANFILES = \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update
|
|
|
|
EXTRA_DIST = \
|
|
$(bin_SCRIPTS) \
|
|
COPYING.LIB \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
intltool-extract.in
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb
|