diff options
author | malosek <malosek@fastmq.com> | 2009-09-08 15:06:08 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-08 15:06:08 +0200 |
commit | 844b590b5e348d8513ed574f6548cc0be41574af (patch) | |
tree | bc11322488d3ecfbf7b71d303ce01a813ae3713b /configure.in | |
parent | b3fc14522574ccad233bee02ea135d8a93fb2441 (diff) |
added libzmq.pc.in file
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c5c521a..172b74a 100644 --- a/configure.in +++ b/configure.in @@ -372,7 +372,7 @@ AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs) AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \ java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \ - perf/python/Makefile perf/ruby/Makefile perf/java/Makefile) + perf/python/Makefile perf/ruby/Makefile perf/java/Makefile src/libzmq.pc) AC_MSG_RESULT([]) AC_MSG_RESULT([ ******************************************************** ]) |