summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-03-23 17:33:07 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-03-23 17:33:07 +0100
commitd4d184a750e2c09a39b95db9a54daf83aac5a446 (patch)
tree337681fd2ec63d6678d28420aa643cb1cbe4ec0f /configure.in
parentb45b68ae4ab90af1ce35deec52b0c0492a1f49d4 (diff)
Pre-compiled devices removed
Along with the devices, xmlParser which is no longer needed is removed. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ae7cd44..cf8925e 100644
--- a/configure.in
+++ b/configure.in
@@ -424,8 +424,6 @@ AC_SUBST(LIBZMQ_EXTRA_LDFLAGS)
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile
perf/Makefile src/libzmq.pc \
- devices/Makefile devices/zmq_forwarder/Makefile \
- devices/zmq_streamer/Makefile devices/zmq_queue/Makefile \
builds/msvc/Makefile tests/Makefile])
AC_OUTPUT