diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-08-20 13:29:04 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-08-20 13:38:07 +0100 |
commit | ad370df7c958389f7e814e737d883684ffabbfe8 (patch) | |
tree | 7b4133c4bc2befa3b7ec54efe459d2bf537b8611 /Makefile.am | |
parent | 0ebcff38beb28ec0f63c33bda6a1d39611c98baf (diff) |
build: Update the build systemlibrest-0.7.2
• Use an autoconf released in this millenium
• Use the LT macros for libtool
• Do not create SGML templates for gtk-doc, and speed up the build
• Place every build-related file under build/
• Update the introspection.m4
• Use the introspection makefile rules
Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f814f25..b0ca214 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,4 +10,4 @@ CLEANFILES = $(pkgconfig_DATA) DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -ACLOCAL_AMFLAGS = -I . +ACLOCAL_AMFLAGS = -I build |