Initial revision
diff --git a/gtp/Makefile.am b/gtp/Makefile.am
new file mode 100644
index 0000000..88131cc
--- /dev/null
+++ b/gtp/Makefile.am
@@ -0,0 +1,9 @@
+lib_LTLIBRARIES = libgtp.la
+
+CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"'
+
+libgtp_la_SOURCES = gtp.c gtp.h gtpie.c gtpie.h pdp.c pdp.h lookupa.c lookupa.h queue.c queue.h
+
+
+
+