diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-03 23:27:46 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-03 23:27:46 +0200 |
commit | dcfb8bca7400c5db4fafbed7aa9395e5f3277d9b (patch) | |
tree | b27ba2c7de397236b85e5a02a6277fe786fc17ff /lib/Makefile | |
parent | 4d99bb55ec1368b42daccb29f0440bc166297a17 (diff) |
WIP
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index c622dc2..774a0d2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,7 @@ CFLAGS = -Wall -g -I include -DDEBUG OFILES = attr.o \ + conf.o \ debug.o \ err.o \ packet.o \ |