summaryrefslogtreecommitdiff
path: root/lib/uuid/uuid.h.in
AgeCommit message (Collapse)AuthorFilesLines
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o1-0/+103
This commit forces the use of the system-provided blkid or uuid header files if we are using the system-provided blkid or uuid libraries. This avoids using the in-tree header files with the system libraries. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>