summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Rename INCLUDES to AM_CPPFLAGSPeter Hutterer2013-07-241-1/+1
| | | | | | src/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Remove erroneous dependency on xorg macrosHenrik Rydberg2010-08-021-1/+1
| | | | | | | | This package has no external dependencies and should not depend on the xorg macros. This patch removes the dependency, adds a tailored INSTALL file, and uses git to generate the ChangeLog. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Build test tools also under autoconfHenrik Rydberg2010-06-221-1/+1
| | | | | | The tests can be disabled by using --enable-test=no in configure. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Move to autotoolsChase Douglas2010-06-221-0/+14
[rydberg@euromail.se: minor fixups] Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>