summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky@linux.intel.com>2009-03-20 19:49:08 -0700
committerInaky Perez-Gonzalez <inaky@linux.intel.com>2009-03-20 19:49:08 -0700
commitd1d1fc136257768c632d7ba84f6f21c5bf1dc1b8 (patch)
tree850bee2cf7c6cc5e56f02e388cad9cf217b592e6 /bin
parentd436a7fbcd7c7e5ae3e3215690a981fb24e97771 (diff)
config.h,version.h: move around so other modules can use it
config.h is moved to include/ version.h is moved to include/wimaxll/ (more header files are scheduled to go into there). Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in
index 071e717..46770b8 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -43,7 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/lib/config.h
+CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES = wimax-tools-version
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
@@ -68,7 +68,7 @@ wimaxll_wait_for_state_change_DEPENDENCIES = ../lib/libwimaxll.la \
$(am__DEPENDENCIES_1)
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
SCRIPTS = $(bin_SCRIPTS)
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \