summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am: Replace valgrind.sh with valgrind-test-driverOlivier Crête2018-06-191-1/+1
|
* Makefile: Build tests before docsOlivier Crête2017-03-311-1/+1
|
* build: fix build in alternate builddirFabrice Bellet2016-06-201-0/+1
| | | | Differential Revision: https://phabricator.freedesktop.org/D930
* build: Fix multiple definition of CLEANFILESPhilip Withnall2015-08-191-1/+1
| | | | It’s already defined in common.mk.
* build: Auto-generate win32 .def file from libnice.symPhilip Withnall2015-05-081-0/+17
| | | | | | | | | We’ve neglected to manually update this file once too often — it’s been out of date for important new symbols (for example, nice_agent_get_io_stream()) since at least 0.1.11. Since the format is a simple extension of libnice.sym, we might as well automatically generate it at dist time.
* build: Add README.win32 to EXTRA_DISTPhilip Withnall2014-08-181-0/+1
| | | | As spotted by B Andrei on the mailing list.
* build: Add GObject introspection supportPhilip Withnall2014-07-071-2/+3
| | | | | | | | | | | | | This bumps our autoconf requirement to 2.62 (from 2.59c) and disables automake portability warnings. It does not introduce a hard dependency on gobject-introspection; but if available, it requires version 1.30.0. Support can be enabled with --enable-introspection, and is required to make distcheck. The generated introspection file has not been checked thoroughly, and may expose internal symbols. A lot of new annotations are needed to make many of the symbols usable.
* build: Delete ar-lib in maintainer-clean build targetPhilip Withnall2013-12-181-0/+2
|
* build: Add ‘-I m4’ to ACLOCAL_AMFLAGSPhilip Withnall2013-10-291-0/+2
| | | | | | | This shuts up an automake warning and ensures that in-tree m4 macros are found by aclocal. https://bugs.freedesktop.org/show_bug.cgi?id=70965
* Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui2013-02-011-1/+2
|
* Add win32 directory to EXTRA_DISTYouness Alaoui2012-12-061-1/+2
|
* Compile the plugin for both GStreamer 0.10 and 1.0Olivier Crête2012-09-141-7/+2
| | | | Revert this patch to drop GStreamer 0.10 support
* Move tests from agent and socket, into its own tests directory.. fixes issue ↵Youness Alaoui2009-01-141-1/+2
| | | | when doing make check before doing make all
* no need for aclocal.m4 in EXTRA_DIST, make dist already copies itYouness Alaoui2008-11-121-1/+0
|
* add all necessary files to EXTRA_DISTYouness Alaoui2008-11-121-0/+4
|
* Add documentationYouness Alaoui2008-10-301-2/+3
|
* Move address into the agent's dirYouness Alaoui2008-10-301-1/+0
|
* distcheck should check for gstreamer tooYouness Alaoui2008-10-291-1/+1
|
* remove empty test directory and fix some automake warningsYouness Alaoui2008-10-291-1/+0
|
* Removing useless and unused NiceInterface stuff... maybe we should later at ↵Youness Alaoui2008-10-281-1/+0
| | | | some point copy fs2's interface detection in there
* Update makefiles and configure to the new changes in file structure for the ↵Youness Alaoui2008-10-061-1/+1
| | | | NiceSocket
* Remove extra tabOlivier Crête2008-05-091-1/+1
|
* Remove doxygen make rules, part 2.Kai Vehmanen2007-09-191-8/+0
| | | | darcs-hash:20070919155457-77cd4-e7b65a4b8aa3608aeb7b7512b9a15d5fb26a28de.gz
* Remove checks and rules related to doxygen.Kai Vehmanen2007-09-191-1/+0
| | | | darcs-hash:20070919075233-77cd4-747ea6b1c67c7d845c3f69b0497e2c9d488c1712.gz
* Top-level makefile update: checks for more system headers, C99 compiler ↵Kai Vehmanen2007-06-191-4/+26
| | | | | | check. Added definition of dummy NICEAPI_EXPORT. darcs-hash:20070619081134-77cd4-7deeaa78d59feca05595dd4f7cbd19d94f2e6ccd.gz
* Build system updates: modified lcov rules.Kai Vehmanen2007-05-211-0/+18
| | | | darcs-hash:20070521152408-77cd4-619e4676d30ff65fb56785f1152b49635e238ea9.gz
* Fixed distcheck target for environments witout gst build files.Kai Vehmanen2007-05-021-1/+3
| | | | darcs-hash:20070502142139-77cd4-b8d220d7016ed6a5f374baf57d9d689295475a59.gz
* add copyright/license notice to each Makefile.amDafydd Harries2007-04-301-0/+7
| | | | darcs-hash:20070430010240-c9803-30fe5cce012707a7d474bad73ecad9818aa2e303.gz
* only build GStreamer plugin if it's available/requestedDafydd Harries2007-02-281-2/+5
| | | | darcs-hash:20070228171552-c9803-44dae9c4f391d34546413c5ddc99c2b08e3a4847.gz
* add gst/ directory and basic nicesrc elementDafydd Harries2007-02-071-1/+2
| | | | darcs-hash:20070207202611-c9803-6f19990a3e9e7bc483f0aa9754567e9d643c6232.gz
* split address code into separate directoryDafydd Harries2007-02-031-0/+1
| | | | darcs-hash:20070203111425-c9803-84a9495f7d1c2a27e49857cdfea698209c8efe65.gz
* split top level SUBDIRS onto multiple linesDafydd Harries2007-02-021-1/+8
| | | | darcs-hash:20070202214608-c9803-b95df054cddba1adf9c637d2a25b58cd7526221f.gz
* split check-valgrind rule into common.mkDafydd Harries2007-02-021-4/+3
| | | | darcs-hash:20070202173958-c9803-ebe4b729c0cca4a24fbf192910f904ff02d4ae80.gz
* add check-valgrind make targetDafydd Harries2007-02-011-0/+3
| | | | darcs-hash:20070201102304-c9803-d26fefaae86038f64ebc557ea5f91a33a9c72a03.gz
* build random/ before agent/Dafydd Harries2007-01-311-1/+1
| | | | darcs-hash:20070131151139-c9803-efe42c7476491c532180c3f8d4724be07d7b8c79.gz
* add random number generation codeDafydd Harries2007-01-311-1/+1
| | | | darcs-hash:20070131115247-c9803-7ab718af8e311c0c37df2aa92343a6bdc1b9d30c.gz
* distribute scripts/ directoryDafydd Harries2007-01-241-0/+2
| | | | darcs-hash:20070124105234-c9803-5fa0d5002f3456255465dba8b7b83f84bca96bc7.gz
* include nice/ in buildDafydd Harries2007-01-211-1/+1
| | | | darcs-hash:20070121031539-c9803-51434533ace7ac01dcca53f36051db9e2634c0cf.gz
* move agent/ to end of top level SUBDIRSDafydd Harries2007-01-201-1/+1
| | | | darcs-hash:20070120054014-c9803-e0bbf944e28975a656e339b13265bfc39a1ca4a9.gz
* add agent/ subdirectory to buildDafydd Harries2007-01-091-1/+1
| | | | darcs-hash:20070109175855-c9803-a8989fe2447240554661d024d609e397eb088cd1.gz
* include udp/ subdirectory in the buildDafydd Harries2007-01-081-1/+1
| | | | darcs-hash:20070108191142-c9803-8dd4038a724ccfa0a97e0046df3b7a811bb5f961.gz
* add local/ directoryDafydd Harries2006-12-211-1/+1
| | | | darcs-hash:20061221015014-c9803-0f6d2d17bdf4525ccdf6a2e8c622f587b32e352e.gz
* configure.ac/Makefile.am: include stun/ subdirDafydd Harries2006-12-171-1/+1
| | | | darcs-hash:20061217202053-c9803-f9feaf288fc8a9ba2eb66ad9c81b81127eb7f3fe.gz
* importdafydd.harries2006-09-261-0/+3
darcs-hash:20060926215024-b59df-787a30444c3ae416c309322e1bdd26fd438fdc10.gz