From 93a0787d98d48d6ad15edebbe94a9de237001437 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 17 Oct 2008 12:17:13 +0200 Subject: [PATCH] Nicer variable name --- ucw/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ucw/Makefile b/ucw/Makefile index 5717ce1b..19bb3cdb 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -33,7 +33,7 @@ LIBUCW_MODS= \ bbuf \ getopt -LIBUCW_THISDIR_INCLUDES= \ +LIBUCW_MAIN_INCLUDES= \ lib.h config.h threads.h \ mempool.h \ arraysort.h \ @@ -62,14 +62,14 @@ LIBUCW_THISDIR_INCLUDES= \ ifdef CONFIG_UCW_THREADS # Some modules require threading LIBUCW_MODS+=threads-conf workqueue asio fb-direct -LIBUCW_THISDIR_INCLUDES+=workqueue.h semaphore.h asio.h +LIBUCW_MAIN_INCLUDES+=workqueue.h semaphore.h asio.h endif ifdef CONFIG_OWN_GETOPT include $(s)/ucw/getopt/Makefile endif -LIBUCW_INCLUDES=$(LIBUCW_THISDIR_INCLUDES) +LIBUCW_INCLUDES=$(LIBUCW_MAIN_INCLUDES) include $(s)/ucw/sorter/Makefile include $(s)/ucw/doc/Makefile @@ -147,7 +147,7 @@ endif INSTALL_TARGETS+=install-libucw install-libucw: install -d -m 755 $(DESTDIR)$(INSTALL_LIB_DIR) $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw/ $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) - install -m 644 $(addprefix run/include/ucw/,$(LIBUCW_THISDIR_INCLUDES)) $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw/ + install -m 644 $(addprefix run/include/ucw/,$(LIBUCW_MAIN_INCLUDES)) $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw/ sed -e 's/^#include .autoconf\.h./#include /' $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw/config.h install -m 644 run/lib/pkgconfig/libucw.pc $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) install -m 644 run/lib/libucw.$(LS) $(DESTDIR)$(INSTALL_LIB_DIR) -- 2.39.2