]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/Makefile
A few bits of commentary.
[libucw.git] / free / libs / Makefile
index 07745f67694da652d991689643e714346b9f4be1..b283efc4906759dd3bcada57538175b0ed4e7e0d 100644 (file)
@@ -2,7 +2,7 @@
 # (c) 2007 Martin Mares <mj@ucw.cz>
 
 # The default target
 # (c) 2007 Martin Mares <mj@ucw.cz>
 
 # The default target
-all: runtree libs
+all: runtree libs api programs extras configs
 
 # Include configuration
 s=.
 
 # Include configuration
 s=.
@@ -13,6 +13,9 @@ obj/config.mk:
 # We will use the libucw build system
 include $(s)/build/Maketop
 
 # We will use the libucw build system
 include $(s)/build/Maketop
 
+# Install config files
+CONFIGS+=sherlock local
+
 # Set up names of common libraries (to avoid forward references in rules)
 LIBLANG=$(o)/lang/liblang.pc
 LIBCHARSET=$(o)/charset/libcharset.pc
 # Set up names of common libraries (to avoid forward references in rules)
 LIBLANG=$(o)/lang/liblang.pc
 LIBCHARSET=$(o)/charset/libcharset.pc