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 /Makefile.am | |
parent | cc250a1e7133e26c494ee3f8a65c64d5a350fe39 (diff) | |
download | libtdevnc-b9ebdab1f255316ccb9160daa0976d57adfe2675.tar.gz libtdevnc-b9ebdab1f255316ccb9160daa0976d57adfe2675.zip |
debug flags
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 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 |