summaryrefslogtreecommitdiffstats
path: root/src/pacman/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2017-01-04pacman: ensure linkage against libarchiveDave Reisner1-1/+4
2015-12-05move signal handlers to sighandler.[ch]Andrew Gregory1-0/+1
2015-10-18pacman: add user hook directoriesAndrew Gregory1-0/+2
2015-07-15Prototype pacman files database operationsAllan McRae1-0/+1
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy1-1/+2
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2013-08-21conf.c: extract ini parsing code to separate filesAndrew Gregory1-0/+1
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae1-1/+2
2012-12-14Move check function into its own fileAllan McRae1-0/+1
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner1-10/+8
2012-04-09buildsys: define warning CFLAGS in separate varDave Reisner1-1/+1
2012-02-13Move ROOTDIR definition into config.hAllan McRae1-1/+0
2011-12-22include config.h via MakefilesDave Reisner1-1/+4
2011-06-24po/: split into scripts/po/ and src/pacman/po/Dan McGee1-0/+2
2011-03-23Let pacman specify GnuPG's home directory.Chris Brannon1-0/+2
2011-01-22Makefile: Use git describe --dirty for GIT VERSIONXavier Chantry1-1/+1
2010-05-05Introduce -D, --databaseNagy Gabor1-0/+1
2008-07-16Remove pacman.static build from build filesDan McGee1-7/+0
2008-05-31Allow GIT version to be used in pacman buildsDan McGee1-0/+5
2008-04-16Merge branch 'maint'Dan McGee1-2/+1
2008-04-15Fix gettext on non-Linux platformsDan McGee1-2/+1
2008-03-08Remove frontend add code that is no longer necessaryDan McGee1-1/+1
2007-11-06Add LOGFILE as a define at compile time for pacmanDan McGee1-0/+2
2007-11-04Make building of pacman.static optionalDan McGee1-1/+5
2007-10-27Clean up LDADD usageDan McGee1-4/+2
2007-08-22Add a default cachedir if one wasn't specifiedDan McGee1-0/+2
2007-07-23Cleanup of pacman.c and addition of default paths to frontendDan McGee1-0/+3
2007-07-06First step of moving translations from src/pacman/po to po/Dan McGee1-2/+0
2007-06-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee1-1/+0
2007-06-11Implement simple topological sort algorithm for sortbydepsNagy Gabor1-2/+2
2007-06-05Autotool clean up.Andrew Fyfe1-2/+4
2007-06-04Remove hardcoded defines from libalpmDan McGee1-1/+0
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+8
2007-05-30Modernize and update configure.acDan McGee1-5/+1
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Add -pedantic flag to pacman (frontend) CFLAGSDan McGee1-1/+1
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee1-2/+1
2007-04-25Remove single-function upgrade.cDan McGee1-1/+0
2007-04-25Merge single-function header files on pacman sideDan McGee1-7/+7
2007-03-12* Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee1-1/+1
2007-02-22* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee1-11/+22
2007-02-21* Use the libtool'd .la file as a link target so we can run pactest properlyAaron Griffin1-1/+1
2007-02-10Cleaned up some more outputAaron Griffin1-4/+4
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel1-2/+2
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-2/+2
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-1/+1
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-2/+2
2006-12-28Configuration changes:Aaron Griffin1-1/+5
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-2/+1