aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Collapse)Author
2012-01-29Workaround annoying automake sanity check.intrigeri
Recent versions of automake prevent us from installing lib/* into lib/backupninja/. Where else are be supposed to install such files anyway?
2008-06-25autotools: remove requirement on md5sum, which is not used anymoreintrigeri
2008-06-25lib/Makefile.am: fix CLEANFILES, add substitution for MKTEMP, else ↵intrigeri
ninjahelper crashes
2007-02-23updated autotools abstraction to properly pick up different awk, sed,Micah Anderson
and md5sum locations
2006-01-26Fix for lib/Makefile.am to install libraries in the right placeMicah Anderson
2006-01-20Fixed up Makefiles to actually workMicah Anderson
2005-11-29 r3566@krups: intrigeri | 2005-11-17 21:59:38 +0100intrigeri
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions
2005-11-29 r3562@krups: intrigeri | 2005-11-16 20:20:16 +0100intrigeri
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
2005-11-29 r3558@krups: intrigeri | 2005-11-15 14:44:17 +0100intrigeri
Autotools: when cleaning, delete generated files in lib dir.
2005-11-29 r3557@krups: intrigeri | 2005-11-15 14:41:32 +0100intrigeri
Start to move common functions (maketemp) to lib/tools, and better use autotools for lib/{easydialog,tools}.
2005-11-29 r3555@krups: intrigeri | 2005-11-15 13:59:57 +0100intrigeri
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here.