[polypaudio-commits] r936 - /trunk/src/Makefile.am
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Fri May 19 00:38:37 PDT 2006
Author: ossman
Date: Fri May 19 09:38:35 2006
New Revision: 936
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=936&root=polypaudio&view=rev
Log:
Fix which headers get installed for libpolyp.
Modified:
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?rev=936&root=polypaudio&r1=935&r2=936&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Fri May 19 09:38:35 2006
@@ -291,7 +291,6 @@
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 @@
polyp/stream.h \
polyp/subscribe.h \
polyp/thread-mainloop.h \
+ polyp/timeval.h \
polyp/utf8.h \
polyp/util.h \
polyp/version.h \
@@ -313,6 +313,16 @@
if HAVE_HOWL
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 = \
More information about the pulseaudio-commits
mailing list