diff options
author | dscho <dscho> | 2003-07-28 00:56:49 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-07-28 00:56:49 +0000 |
commit | b9ebdab1f255316ccb9160daa0976d57adfe2675 (patch) | |
tree | 10987c687f98017978a0227b126152976c2c16be /examples/Makefile.am | |
parent | cc250a1e7133e26c494ee3f8a65c64d5a350fe39 (diff) | |
download | libvncserver-b9ebdab1f255316ccb9160daa0976d57adfe2675.zip libvncserver-b9ebdab1f255316ccb9160daa0976d57adfe2675.tar.gz |
debug flags
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 17e79b2..c2be9b8 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -CFLAGS=-I.. +CFLAGS=-I.. -g -Wall if HAVE_LIBPTHREAD BACKGROUND_TEST=blooptest |