mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Fix which headers get installed for libpolyp.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@936 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c811351d28
commit
a034b61eb5
1 changed files with 11 additions and 1 deletions
|
|
@ -291,7 +291,6 @@ polypinclude_HEADERS = \
|
|||
polyp/context.h \
|
||||
polyp/def.h \
|
||||
polyp/error.h \
|
||||
polyp/glib-mainloop.h \
|
||||
polyp/introspect.h \
|
||||
polyp/mainloop.h \
|
||||
polyp/mainloop-api.h \
|
||||
|
|
@ -304,6 +303,7 @@ polypinclude_HEADERS = \
|
|||
polyp/stream.h \
|
||||
polyp/subscribe.h \
|
||||
polyp/thread-mainloop.h \
|
||||
polyp/timeval.h \
|
||||
polyp/utf8.h \
|
||||
polyp/util.h \
|
||||
polyp/version.h \
|
||||
|
|
@ -315,6 +315,16 @@ polypinclude_HEADERS += \
|
|||
polyp/browser.h
|
||||
endif
|
||||
|
||||
if HAVE_GLIB20
|
||||
polypinclude_HEADERS += \
|
||||
polyp/glib-mainloop.h
|
||||
else
|
||||
if HAVE_GLIB12
|
||||
polypinclude_HEADERS += \
|
||||
polyp/glib-mainloop.h
|
||||
endif
|
||||
endif
|
||||
|
||||
lib_LTLIBRARIES = \
|
||||
libpolyp.la \
|
||||
libpolyp-simple.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue