diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2013-02-01 19:22:08 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2013-02-01 19:34:29 -0500 |
commit | bd3bb038275c29ebe8edabe82fabc20f39e6b04d (patch) | |
tree | fdc3ee1ae0a16a9a4ea908b94c65fba27eff5190 /Makefile.am | |
parent | 05b9f0af0102adc99f4fd914dab2b53d372b7aa4 (diff) | |
download | libnice-bd3bb038275c29ebe8edabe82fabc20f39e6b04d.tar.gz |
Add a simple example to showcase the API thanks to Bryce Allen
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 43dcf82..6f25b18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,8 @@ SUBDIRS = \ nice \ gst \ docs \ - tests + tests \ + examples DISTCHECK_CONFIGURE_FLAGS = --disable-assert -enable-gtk-doc |