diff options
Diffstat (limited to 'conf/Makefile')
-rw-r--r-- | conf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/Makefile b/conf/Makefile index e5828538..cc2b13c6 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -3,6 +3,8 @@ obj := $(src-o-files) $(all-daemon) +tests_objs := $(tests_objs) $(src-o-files) + ifdef DEBUG BISON_DEBUG=-t #FLEX_DEBUG=-d |