17 lines
305 B
Makefile
17 lines
305 B
Makefile
SUBDIRS = bin data lib po shell sugar 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
|