summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky@linux.intel.com>2009-03-20 19:53:07 -0700
committerInaky Perez-Gonzalez <inaky@linux.intel.com>2009-03-20 19:53:07 -0700
commit5d226de3eb549f6a2698f476ed13227694d3c977 (patch)
tree9a8dec53efd949c80f1a1f5af892e4ca4e118c39 /lib
parentd1d1fc136257768c632d7ba84f6f21c5bf1dc1b8 (diff)
wimaxll: add new dynamically expandable command line tool
This is basically a framework that permits easy expansion through plugins. Will replace all the wimaxll-* tools currently in place. Still not complete. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 1a37094..c9cee9d 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -120,6 +120,8 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+GLIB_CFLAGS = @GLIB_CFLAGS@
+GLIB_LIBS = @GLIB_LIBS@
GREP = @GREP@
I2400M_INCLUDES = @I2400M_INCLUDES@
INSTALL = @INSTALL@