summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2005-11-05 15:59:40 +0000
committerlaforge <laforge>2005-11-05 15:59:40 +0000
commit76f25bd9e4c90f0c70616bb59e41c3af023044a3 (patch)
treeb78491a52b8b4358d26cbee5e0751398d8f788eb
parent4a2041993bc767c88583133e81ae38b5925dfc0a (diff)
use automake, move header file
-rw-r--r--libipulog/Makefile.in23
-rw-r--r--libipulog/libipulog.c2
-rw-r--r--libipulog/libipulog.h (renamed from libipulog/include/libipulog/libipulog.h)0
3 files changed, 1 insertions, 24 deletions
diff --git a/libipulog/Makefile.in b/libipulog/Makefile.in
deleted file mode 100644
index 52a3394..0000000
--- a/libipulog/Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-
-include @top_srcdir@/Rules.make
-CFLAGS+=-Iinclude -I/usr/src/linux/include
-
-libipulog.a: libipulog.o
- $(LD) -i $< -o $@
-
-distrib:
-
-ulog_test: ulog_test.c libipulog.a
- $(CC) $(CFLAGS) ulog_test.c libipulog.a -o ulog_test
-
-libipulog.o: libipulog.c
- $(CC) $(CFLAGS) -c $< -o $@
-
-clean:
- $(RM) ulog_test libipulog.o libipulog.a
-
-distclean: clean
- $(RM) Makefile
-
-install: libipulog.a
diff --git a/libipulog/libipulog.c b/libipulog/libipulog.c
index 8917bcc..6d2ade0 100644
--- a/libipulog/libipulog.c
+++ b/libipulog/libipulog.c
@@ -29,7 +29,7 @@
#include <string.h>
#include <unistd.h>
#include <net/if.h>
-#include <libipulog/libipulog.h>
+#include "libipulog.h"
struct ipulog_handle
{
diff --git a/libipulog/include/libipulog/libipulog.h b/libipulog/libipulog.h
index a049d27..a049d27 100644
--- a/libipulog/include/libipulog/libipulog.h
+++ b/libipulog/libipulog.h