summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/Makefile.am
AgeCommit message (Collapse)Author
2009-05-12delete libvolume_idKay Sievers
2008-12-06make: do not delete autotools generated file with distcleanKay Sievers
[...] running the command `make maintainer-clean' should not delete `configure' even if `configure' can be remade using a rule in the Makefile. More generally, `make maintainer-clean' should not delete anything that needs to exist in order to run `configure' and then begin to build the program. This is the only exception; `maintainer-clean' should delete everything else that can be rebuilt.
2008-10-03volume_id: add btrfsKay Sievers
2008-10-01build: include Makefile.am.inc in all Makefile.amKay Sievers
Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h.
2008-09-10volume_id: merge util.h in libvolume_id-private.hKay Sievers
2008-08-31volume_id: hfs - calculate proper uuidKay Sievers
2008-08-28volume_id: remove deprecated functions and bump major versionKay Sievers
2008-07-30volume_id: create relative linksKay Sievers
2008-07-30volume_id: move static lib to $prefixKay Sievers
2008-07-30use autotoolsKay Sievers