sugar-toolkit-gtk3/Makefile.am
Simon McVittie 96023f3e42 Fix regeneration of ./configure from configure.ac when using make
To use an m4 macro library you need three things:

* configure.ac mentions it (OK)
* autogen.sh mentions it (OK)
* Makefile.am mentions it (fixed by this patch)

Omission of the third part means that when you change configure.ac and run
make, ./configure is rebuilt without using the m4 directory, so autoconf
doesn't load python.m4 and the rebuild fails.
2007-08-07 13:13:23 +01:00

19 lines
330 B
Makefile

ACLOCAL_AMFLAGS = -I m4
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