diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-06-28 21:02:47 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-06-28 21:04:29 +0200 |
commit | 2c7a776e8882b7896090a24dc09ccd42e6f8a6ca (patch) | |
tree | dec27dc70d4bf6d77e268dfe7933c84818bab90d /src/FindLibAo.cmake | |
parent | 07f712797df608f20f2dc119d41e3325cb20a99d (diff) | |
download | pianobar-2c7a776e8882b7896090a24dc09ccd42e6f8a6ca.tar.gz pianobar-2c7a776e8882b7896090a24dc09ccd42e6f8a6ca.tar.bz2 pianobar-2c7a776e8882b7896090a24dc09ccd42e6f8a6ca.zip |
Finally clean up curl garbage
I missed some #includes. Documentation had to be updated, too.
Diffstat (limited to 'src/FindLibAo.cmake')
-rw-r--r-- | src/FindLibAo.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FindLibAo.cmake b/src/FindLibAo.cmake index be15975..f026548 100644 --- a/src/FindLibAo.cmake +++ b/src/FindLibAo.cmake @@ -1,8 +1,8 @@ -# - Find readline +# - Find libao # -# LIBAO_INCLUDE_DIRS - where to find curl/curl.h, etc. -# LIBAO_LIBRARIES - List of libraries when using curl. -# LIBAO_FOUND - True if curl found. +# LIBAO_INCLUDE_DIRS - where to find ao/ao.h, etc. +# LIBAO_LIBRARIES - List of libraries when using libao. +# LIBAO_FOUND - True if libao found. # Look for the header file. FIND_PATH(LIBAO_INCLUDE_DIR NAMES ao/ao.h) |