diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-12-13 20:18:11 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-12-13 20:18:11 +0100 |
commit | eeba61ccd5d1757fd79fcb0cd42b8dee9f941d7e (patch) | |
tree | 7d2c77da552c9f880fd6d6730d8b0a1e5af20c12 /proto/babel | |
parent | 5e8df049fbf53220735a2eeb6c751e1758869a18 (diff) |
Minor cleanups
Diffstat (limited to 'proto/babel')
-rw-r--r-- | proto/babel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/babel/Makefile b/proto/babel/Makefile index d7684705..a5b4a13b 100644 --- a/proto/babel/Makefile +++ b/proto/babel/Makefile @@ -2,3 +2,5 @@ src := babel.c packets.c obj := $(src-o-files) $(all-daemon) $(cf-local) + +tests_objs := $(tests_objs) $(src-o-files)
\ No newline at end of file |