diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-03-20 21:37:12 -0700 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-03-20 21:37:12 -0700 |
commit | fabc48d51caadc72c317e8d0946e888089781ce6 (patch) | |
tree | 0684e5aa6807c9e52276d441f4710fd06105aadb /src/Makefile.in | |
parent | 5d226de3eb549f6a2698f476ed13227694d3c977 (diff) |
libwimaxll: add helpers to translate state names to values and back
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index a5589c2..31a9019 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -114,6 +114,7 @@ LIBNL1_LIBS = @LIBNL1_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ +LINUX_INCLUDE_PATH = @LINUX_INCLUDE_PATH@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ |