diff options
| author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-16 18:03:41 +0100 | 
|---|---|---|
| committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-16 18:03:41 +0100 | 
| commit | 2ddce205350f11dacd8d8550f7d4e6e088c7fbcd (patch) | |
| tree | 26cb415aaacd70e8252646861ec070f6afde14f7 /perf | |
| parent | 43620b3d35e3f3a6e49046fdc0426651bf58dedb (diff) | |
| parent | a2f9899f6a1fad3f9c73fc7599445bdde0b95ec4 (diff) | |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'perf')
| -rw-r--r-- | perf/c/Makefile.am | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/perf/c/Makefile.am b/perf/c/Makefile.am index 9ab50a5..c6d8d8a 100644 --- a/perf/c/Makefile.am +++ b/perf/c/Makefile.am @@ -1,6 +1,6 @@  INCLUDES = -I$(top_builddir)/bindings/c -if BUILD_PGM2_EXAMPLES +if BUILD_PGM_EXAMPLES  PGM_EXAMPLES_BINS = pgmsend pgmrecv  endif @@ -22,7 +22,7 @@ remote_thr_LDADD = $(top_builddir)/src/libzmq.la  remote_thr_SOURCES = remote_thr.c  remote_thr_CXXFLAGS = -Wall -pedantic -Werror -if BUILD_PGM2_EXAMPLES +if BUILD_PGM_EXAMPLES  if ON_MINGW  pgmexamples_diff_flags = \ @@ -64,7 +64,7 @@ pgmexamples_diff_flags = \      -DG_LOG_DOMAIN='"Pgm"'  endif -pgmsend_SOURCES = ../../foreign/openpgm/@pgm_basename@/openpgm/pgm/examples/pgmsend.c +nodist_pgmsend_SOURCES = ../../foreign/openpgm/@pgm_basename@/openpgm/pgm/examples/pgmsend.c  pgmsend_LDADD = $(top_builddir)/src/libzmq.la  pgmsend_CFLAGS = -I$(top_srcdir)/foreign/openpgm/@pgm_basename@/openpgm/pgm/include/ -Wall @LIBZMQ_EXTRA_CXXFLAGS@ \      -pipe \ @@ -95,7 +95,7 @@ pgmsend_CFLAGS = -I$(top_srcdir)/foreign/openpgm/@pgm_basename@/openpgm/pgm/incl      -D_GNU_SOURCE \      ${pgmexamples_diff_flags} -pgmrecv_SOURCES = ../../foreign/openpgm/@pgm_basename@/openpgm/pgm/examples/pgmrecv.c +nodist_pgmrecv_SOURCES = ../../foreign/openpgm/@pgm_basename@/openpgm/pgm/examples/pgmrecv.c  pgmrecv_LDADD = $(top_builddir)/src/libzmq.la  pgmrecv_CFLAGS = -I$(top_srcdir)/foreign/openpgm/@pgm_basename@/openpgm/pgm/include/ -Wall @LIBZMQ_EXTRA_CXXFLAGS@ \      -pipe \ | 
