summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add SSL/TLS examplesMichael Steinert2012-05-271-0/+52
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Implement SSL/TLS over CyaSSL, GnuTLS, OpenSSL & PolarSSL backendsMichael Steinert2012-05-271-2/+24
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Adding missing include for autotools in examples dirAlan Antonuk2012-05-241-1/+1
| | | | examples/utils.c requires the $(top_srcdir)/librabbitmq as an include
* Include -Ilibrabbitmq/win32/msinttypes for all relevant targetsMichael Steinert2012-05-171-0/+4
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Explicitly name codegen files in EXTRA_DISTMichael Steinert2012-05-171-1/+9
| | | | | | | Python bytecode and git cruft was being included in the auto-generated tarball. This change fixes that problem. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Cleanup Win32 artifactsMichael Steinert2012-05-171-10/+13
| | | | | | | 1. Standardize on `win32` vs `windows/win32` 2. Move `msinttypes` into platform directory Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-171-2/+1
| | | | | | | | | | | | | | Enable the following GCC options: 1. -Wstrict-prototypes 2. -Wcast-align 3. -fno-common 4. -fvisibility=hidden This commit also includes some general cleanup of header files (mostly for readability). Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add a pkg-config fileMichael Steinert2012-05-171-0/+3
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add -Wall, -Wextra & -pedantic by defaultMichael Steinert2012-05-171-1/+2
| | | | | | | This change also adds a couple small autoconf macros to make it easier to deal with compiler options. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add proper libtool versioningMichael Steinert2012-05-171-0/+3
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Enable silent build rulesMichael Steinert2012-05-171-6/+6
| | | | | | | | | This change makes it much easier to spot warnings in compiler output. To see the full build commands, build with: $ make V=1 Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Store macros in m4 sub-directoryMichael Steinert2012-05-171-0/+2
| | | | | | | | This is a recommended practice for Automake. The correct macros will be distributed with the source tarball making it easier for users to regenerate configure/Makefile if they wish. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Convert to non-recursive AutomakeMichael Steinert2012-05-171-15/+253
| | | | | | | | This change should speed up parallel builds considerably. It also simplifies the structure of the build system making it possible to properly track dependencies. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add MIT license and update debian scripts to use itMarek Majkowski2012-04-121-1/+1
|
* Don't use ac_abs_confdir in autoconf.acbug23472David Wragg2010-11-041-1/+1
| | | | | | | | It's only available in recent versions of autoconf, and is not documented. Instead use things like srcdir and top_srcdir, which are documented long-standing features of autoconf.
* Fix make distcheckTony Garnock-Jones2010-03-071-1/+1
|
* Command line AMQP tools based on rabbitmq-cDavid Wragg2010-02-201-2/+8
|
* Make "make distcheck" work and passTony Garnock-Jones2009-07-141-0/+8
|
* Better support for tablesTony Garnock-Jones2009-05-061-2/+2
|
* Publication works!Tony Garnock-Jones2009-04-261-1/+1
|
* Codegen, codecTony Garnock-Jones2009-04-251-1/+1
|
* Add squeakyclean targetTony Garnock-Jones2009-04-251-0/+6
|
* Initial commit of skeletonTony Garnock-Jones2009-04-251-0/+1