[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/3] use pkg-config to detect dotconf, glib, gthread and gmodule
From: |
Christopher Brannon |
Subject: |
[PATCH 3/3] use pkg-config to detect dotconf, glib, gthread and gmodule |
Date: |
Mon, 13 Sep 2010 08:03:09 -0500 |
Andrei Kholodnyi <andrei.kholodnyi at gmail.com> writes:
> diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am
> index 98d5efa..91fe671 100644
> --- a/src/audio/Makefile.am
> +++ b/src/audio/Makefile.am
*SNIP*
> +libsdaudio_la_LIBADD = $(GLIB_LIBS)
> \ No newline at end of file
Aside from the missing newline, this looks good. I could add the newline
when it is pushed; this is only aesthetic.
I'd like to wait on this, until after William's code is pushed. All
three will conflict, and he has been in the queue for a very long time.
-- Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20100913/e8b4f149/attachment.pgp>
- [PATCH 1/3] added pkgconfig support, Andrei Kholodnyi, 2010/09/11
- [PATCH 2/3] moved debug defines to libspeechd.c, Andrei Kholodnyi, 2010/09/11
- [PATCH 3/3] use pkg-config to detect dotconf, glib, gthread and gmodule, Andrei Kholodnyi, 2010/09/11
- [PATCH 3/3] use pkg-config to detect dotconf, glib, gthread and gmodule,
Christopher Brannon <=
- [PATCH 3/3] use pkg-config to detect dotconf, glib, gthread and gmodule, Andrei Kholodnyi, 2010/09/13
- [PATCH 3/3] use pkg-config to detect dotconf, glib, gthread and gmodule, Christopher Brannon, 2010/09/15
- [PATCH 3/3] use pkg-config to detect dotconf, glib, gthread and gmodule, Andrei Kholodnyi, 2010/09/16
[PATCH 1/3] added pkgconfig support, Christopher Brannon, 2010/09/11