summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06Made ChangeLog creation process more robust.Victor Lowther1-1/+8
Changes based on feedback from Dan Nicholson.
2008-03-05Generate ChangeLog on demand.Victor Lowther1-0/+3
Specifically, any make target that requires it (make dist, etc) will generate pull an appropriately-formatted changelog out of git.
2008-02-06pkg-config file to support 3rd party programsDan Nicholson1-0/+3
A pkg-config file has been added to allow 3rd party programs to find out about the user's pm-utils installation. This means they can make an informed decision about where to install a sleep hook, for instance.
2008-02-06Make distcheck workDan Nicholson1-11/+0
None of the EXTRA_DIST files actually exist, causing `make distcheck' to fail.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+15
* Makefile: Remove old build system, as Makefile is now autogenerated. * Makefile.am: * configure.in: Add in master build files for the autotooled build system.