summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: generate .pc files at build timeRob Staudinger2012-02-101-0/+2
| | | | | | | | | The pkg-config files for librest would only be generated on install time, which breaks the android port, pulling things from the build tree. Add a dependency for the .pc files on all-local, so they are create already when building. See https://bugs.freedesktop.org/show_bug.cgi?id=45855
* build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGSDamien Lespiau2011-09-051-1/+1
| | | | | | | | | | | | | ACLOCAL_FLAGS allow you to define extra directories to look for m4 macros. autoreconf parses Makefile.am to add ACLOCAL_AMFLAGS when invoking aclocal. Adding ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS make autoreconf grab flags from the environment. librest already had something to deal with it in autogen.sh, however having it in autogen.sh does not help when regenerating the configure script automatically (as automake now has rules to rebuild configure whenever configure.ac changes, ie by-passing autogen.sh)
* build: Enable test code coverage analysisRob Bradford2010-09-021-0/+21
|
* build: Update the build systemlibrest-0.7.2Emmanuele Bassi2010-08-201-1/+1
| | | | | | | | | | | | | | | | • 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>
* Clean pkgconfig filesRoss Burton2010-04-151-0/+2
|
* Define ACLOCAL_AMFLAGS so that introspection.m4 is foundRoss Burton2009-11-111-0/+2
|
* Split the Facebook and Flickr backends to librest-extrasRoss Burton2009-10-081-2/+2
|
* Enable silent rules if it's availableRoss Burton2009-10-081-1/+1
|
* Install a versioned pkg-config fileRoss Burton2009-10-081-1/+4
|
* Add tests/Ross Burton2009-02-101-1/+1
|
* Remove un-needed EXTRADIST, and pass --enable-gtk-doc to distcheckRoss Burton2008-09-181-1/+1
|
* Setup makefiles for gtk-docRob Bradford2008-09-171-1/+1
|
* Fix the .pc file and install it.Rob Bradford2008-09-031-0/+5
|
* Initial commitRob Bradford2008-08-181-0/+1