diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-03-20 19:49:08 -0700 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-03-20 19:49:08 -0700 |
commit | d1d1fc136257768c632d7ba84f6f21c5bf1dc1b8 (patch) | |
tree | 850bee2cf7c6cc5e56f02e388cad9cf217b592e6 /Makefile.in | |
parent | d436a7fbcd7c7e5ae3e3215690a981fb24e97771 (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 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0e9d7de..dcb8e0a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/lib/config.h +CONFIG_HEADER = $(top_builddir)/include/config.h CONFIG_CLEAN_FILES = libwimaxll-0.pc libwimaxll-0-uninstalled.pc SOURCES = DIST_SOURCES = |