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:
Pierre Ossman 2006-05-19 07:38:35 +00:00
parent c811351d28
commit a034b61eb5

View file

@ -291,7 +291,6 @@ polypinclude_HEADERS = \
polyp/context.h \ polyp/context.h \
polyp/def.h \ polyp/def.h \
polyp/error.h \ polyp/error.h \
polyp/glib-mainloop.h \
polyp/introspect.h \ polyp/introspect.h \
polyp/mainloop.h \ polyp/mainloop.h \
polyp/mainloop-api.h \ polyp/mainloop-api.h \
@ -304,6 +303,7 @@ polypinclude_HEADERS = \
polyp/stream.h \ polyp/stream.h \
polyp/subscribe.h \ polyp/subscribe.h \
polyp/thread-mainloop.h \ polyp/thread-mainloop.h \
polyp/timeval.h \
polyp/utf8.h \ polyp/utf8.h \
polyp/util.h \ polyp/util.h \
polyp/version.h \ polyp/version.h \
@ -315,6 +315,16 @@ polypinclude_HEADERS += \
polyp/browser.h polyp/browser.h
endif endif
if HAVE_GLIB20
polypinclude_HEADERS += \
polyp/glib-mainloop.h
else
if HAVE_GLIB12
polypinclude_HEADERS += \
polyp/glib-mainloop.h
endif
endif
lib_LTLIBRARIES = \ lib_LTLIBRARIES = \
libpolyp.la \ libpolyp.la \
libpolyp-simple.la libpolyp-simple.la