summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-06-19 23:00:21 +0000
committerLennart Poettering <lennart@poettering.net>2006-06-19 23:00:21 +0000
commit0d97ac6d2b8616073a3b047bfe22416a452950a5 (patch)
tree3b30054e38be7b7ea622b6bc5afe272dda99e026 /Makefile.am
parent10b5e997d7a8a4e955ce49cc816fdcd36225ff6e (diff)
name the pkg-config files after the library names
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1037 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4174a39b..8a0eaf49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,12 +33,12 @@ endif
if HAVE_GLIB20
pkgconfig_DATA += \
- libpulse-glib-mainloop.pc
+ libpulse-mainloop-glib.pc
endif
if HAVE_GLIB12
pkgconfig_DATA += \
- libpulse-glib12-mainloop.pc
+ libpulse-mainloop-glib12.pc
endif
if USE_LYNX