summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-02-16Clean up generated files and put *.in files in the tarball.Michael Biebl1-30/+16
Make sure to clean up all generated files on "make clean". Don't distribute generated files in the dist tarball, only the *.in files. Add generated files to .gitignore. Use consistend naming for the install dirs. Install defaults file as data file. Keep EXTRA_DIST and CLEANFILES in sync.
2008-02-02Add cleanfiles in Makefile.am, and actually export PM_FUNCTIONS in pm-powersaveVictor Lowther1-0/+2
2008-02-02Modify src/Makefile.am in preperation for making the pm-action scriptsVictor Lowther1-2/+13
location independent.
2007-03-13- ... I thought that would work.Peter Jones1-1/+0
2007-03-13- fix pm-is-supported installationPeter Jones1-5/+11
2007-03-13- add pm-is-supportedPeter Jones1-1/+3
- add pm-suspend-hybrid
2007-03-06- make sure pm-action is bundled inPeter Jones1-1/+2
2007-03-06- change to use the new directory layoutPeter Jones1-5/+10
- bump version to 0.99.2
2007-01-29- Add a utility to remove the S1SUSPEND stamp from a swap device.Peter Jones1-2/+7
2006-06-14- fix DESTDIR usagePeter Jones1-5/+10
- don't clobber install-exec-am; use install-exec-hook instead - put on_ac_power in bindir not sbindir
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+4
* src/Makefile.am: symlink pm-suspend and pm-hibernate to pm-action
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+17
* configure.in: * pm/Makefile.am: Create /etc/pm/config.d on package install as this is an empty directory for custom configs. * src/Makefile.am: Build the src, and install the scripts. TODO: symlink the pm-* scripts.