summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-06 17:48:45 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-06 17:48:45 -0400
commit520d2973f613f222fc0c4c55e1111c512cb9c5cb (patch)
tree1f056b962d17563407436ae06a58c63525de52cd /gst
parent4b833fd9b11c43f101f414e117d0e3a382e4d286 (diff)
downloadlibnice-520d2973f613f222fc0c4c55e1111c512cb9c5cb.tar.gz
Update makefiles and configure to the new changes in file structure for the NiceSocket
Diffstat (limited to 'gst')
-rw-r--r--gst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 81c233f..2a903f1 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -9,7 +9,7 @@
AM_CFLAGS = -Wall -Werror \
$(GST_CFLAGS) \
-I $(top_srcdir) \
- -I $(top_srcdir)/udp \
+ -I $(top_srcdir)/socket \
-I $(top_srcdir)/agent \
-I $(top_srcdir)/random \
-I $(top_srcdir)/address \