diff options
author | anselm@anselm1 <unknown> | 2008-02-28 21:38:53 +0000 |
---|---|---|
committer | anselm@anselm1 <unknown> | 2008-02-28 21:38:53 +0000 |
commit | 7bc272a4e4f463c673d12144b3a202db2345e7de (patch) | |
tree | 0994f5a62464e4298922acc5794e279ec3d52414 /config.mk | |
parent | f1719ac2de2aba270c2460807eacae137d3aeadf (diff) |
made the basics of the tagging concept working -- if people want dynamic tags, that's even possible with this concept, the vtags[] array needs to be modified during runtime for this -- the new code is quite experimental, ugly and needs polishing
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DAIM_XINERAMA LDFLAGS = -g ${LIBS} # Solaris |