Changeset 21201 for v6/smop/src/Makefile.am
- Timestamp:
- 07/03/08 23:23:38 (5 months ago)
- Files:
-
- 1 modified
-
v6/smop/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/src/Makefile.am
r21180 r21201 2 2 perl $(top_srcdir)/sm0p.pl $(top_srcdir) $< $@ 3 3 4 AM_CFLAGS = -Wall -D_GNU_SOURCE -DSMOP_LOWLEVEL_MEM_TRACE -I$(top_srcdir)/include 4 AM_CFLAGS = -Wall -D_GNU_SOURCE -DSMOP_LOWLEVEL_MEM_TRACE -I$(top_srcdir)/include 5 5 AM_LDFLAGS = --no-undefined 6 6 # use this to see alloc, refcnt_inc, refcnt_dec and destroys... -DSMOP_LOWLEVEL_MEM_DEBUG
