summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2011-10-11 20:42:42 +0100
committerColin Guthrie <colin@mageia.org>2011-10-19 23:49:23 +0100
commitce546b22ebb5a4806b2745cfeddb0d740a6aa3a8 (patch)
tree34655bb42fcd826a4063878db220f089fbb30d49 /Makefile.am
parent034006ec90a070ee309ef7b16247ac9c9501cf03 (diff)
build-sys: Provide a simple CMake Config setup (similar to pkgconfig)
I'd rather not have to do this, as I don't really see the point in duplicating what is done in pkgconfig, but this is likely the easiest way to avoid nasty hacks.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b01070153..8a94a7c96 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,9 @@ pkgconfig_DATA += \
libpulse-mainloop-glib.pc
endif
+cmakedir = $(libdir)/cmake/PulseAudio
+cmake_DATA = PulseAudioConfig.cmake PulseAudioConfigVersion.cmake
+
homepage: all dist doxygen
test -d $$HOME/homepage/private
mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/doxygen