From a95eae0bfe26c20be3fd84871ce14c861d505c19 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 25 May 2013 21:54:36 -0700 Subject: Multiple improvements. * Change option handling, allow multiple options at the same time, treated as logical AND. * IPv4 feature set is mostly complete. * Change function lib license to LGPL for the case it will be converted into a shared lib. * Add unit tests (rely on Check framework) * Something else, but who cares, it's a very early stage. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index af437a6..49a7d4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = src +SUBDIRS = src . tests -- cgit v1.2.3