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 | |
parent | cc250a1e7133e26c494ee3f8a65c64d5a350fe39 (diff) | |
download | libtdevnc-b9ebdab1f255316ccb9160daa0976d57adfe2675.tar.gz libtdevnc-b9ebdab1f255316ccb9160daa0976d57adfe2675.zip |
debug flags
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 3 | ||||
-rw-r--r-- | examples/Makefile.am | 2 | ||||
-rw-r--r-- | examples/Makefile.in | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index d4a5e81..84ebca9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +CFLAGS=-g + SUBDIRS=. examples contrib vncterm classes DIST_SUBDIRS=examples contrib vncterm classes diff --git a/Makefile.in b/Makefile.in index 209a857..90839c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,6 +77,8 @@ install_sh = @install_sh@ includedir = $(prefix)/include/rfb +CFLAGS = -g + SUBDIRS = . examples contrib vncterm classes DIST_SUBDIRS = examples contrib vncterm classes @@ -171,7 +173,6 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -CFLAGS = @CFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) 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 diff --git a/examples/Makefile.in b/examples/Makefile.in index 5341adf..8af4b97 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -76,7 +76,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -CFLAGS = -I.. +CFLAGS = -I.. -g -Wall @HAVE_LIBPTHREAD_TRUE@BACKGROUND_TEST = blooptest |