diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-04-13 17:14:49 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-04-13 17:14:49 +0200 |
commit | c5e123fb66dfd412a0d89293f893871f9a2e7d12 (patch) | |
tree | e4351340a850ae861ce99a4e7824f2f1bd0660a6 /src/Makefile.am | |
parent | b5c64fe14e2b779a715756d47d7d4c7e8e5729ea (diff) | |
download | knot-c5e123fb66dfd412a0d89293f893871f9a2e7d12.tar.gz |
Imported Upstream version 1.0.2upstream/1.0.2
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e73b2bf..a1bb196 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -217,12 +217,12 @@ libknot_la_SOURCES = \ libknots_la_SOURCES = \ common/slab/slab.c \ - common/slab/malloc.c \ common/slab/slab.h \ - common/slab/malloc.h \ common/libtap/tap.c \ common/libtap/tap.h \ common/libtap/tap_unit.h \ + common/mempattern.h \ + common/mempattern.c \ common/lists.c \ common/base32.c \ common/lists.h \ @@ -265,7 +265,9 @@ libknots_la_SOURCES = \ common/fdset_kqueue.h \ common/fdset_kqueue.c \ common/fdset_epoll.h \ - common/fdset_epoll.c + common/fdset_epoll.c \ + common/log.c \ + common/log.h libknotd_la_SOURCES = \ knot/stat/gatherer.c \ @@ -273,8 +275,6 @@ libknotd_la_SOURCES = \ knot/stat/gatherer.h \ knot/stat/stat.h \ knot/common.h \ - knot/other/log.c \ - knot/other/log.h \ knot/other/debug.h \ knot/other/error.h \ knot/other/error.c \ |