diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-12-19 17:28:20 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-12-19 17:28:20 -0500 |
commit | 16d1a06d2ac455dba0506593468f83d4d85acec9 (patch) | |
tree | 09c3d2d282ed3a0146ccd6584bd48c9deb781eb6 /gst | |
parent | 27d4e3d1a960a32dcbb9088ad46334d255ed86e4 (diff) | |
download | libnice-16d1a06d2ac455dba0506593468f83d4d85acec9.tar.gz |
Changing library name 'nice' to 'libnice'
Diffstat (limited to 'gst')
-rw-r--r-- | gst/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am index db38cca..70d74a6 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -6,7 +6,7 @@ # # Licensed under MPL 1.1/LGPL 2.1. See file COPYING. -AM_CFLAGS = $(NICE_CFLAGS) \ +AM_CFLAGS = $(LIBNICE_CFLAGS) \ $(GST_CFLAGS) \ -I $(top_srcdir) \ -I $(top_srcdir)/socket \ |