aboutsummarylogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-08-11 12:11:50 +0200
committerAnselm R. Garbe2007-08-11 12:11:50 +0200
commitf4ecc2c732d07629ba1d916607ec892bef6b294f (patch)
tree4cd055a398d3a98c441a6d50f4fbf4a205c78d04 /config.mk
parentab3bdd61d19d8a2988a83963bd261455f3756fb1 (diff)
downloadaur-f4ecc2c732d07629ba1d916607ec892bef6b294f.tar.gz
separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index d4395028954a..a0fad48b7de3 100644
--- a/config.mk
+++ b/config.mk
@@ -3,6 +3,9 @@ VERSION = 4.4
# Customize below to fit your system
+# layouts
+SRC = float.c tile.c
+
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man