aboutsummaryrefslogtreecommitdiffstats
path: root/gadgets/config.mk
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-15 11:01:42 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-15 11:01:42 +0000
commit156afa81bd0e68d856cb29802426f5cfa7e6e616 (patch)
tree51c77aeb6fa9fa15c8d02b5f14af4d4b604948b2 /gadgets/config.mk
parent6f1e53123f1aaec7f41ec7bc8ccffc499692ae76 (diff)
downloaddzen-156afa81bd0e68d856cb29802426f5cfa7e6e616.tar.gz
dzen-156afa81bd0e68d856cb29802426f5cfa7e6e616.zip
changed Makefile to be aware of the gadgets
added install rule to gadgets' Makefile updated TODO and README git-svn-id: http://dzen.googlecode.com/svn/trunk@123 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'gadgets/config.mk')
-rw-r--r--gadgets/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/gadgets/config.mk b/gadgets/config.mk
index df25ba3..9dd7697 100644
--- a/gadgets/config.mk
+++ b/gadgets/config.mk
@@ -6,7 +6,6 @@ MANPREFIX = ${PREFIX}/share/man
INCS = -I. -I/usr/include
-# No Xinerama, comment the following two lines for Xinerama
LIBS = -L/usr/lib
CFLAGS = -Os ${INCS}
LDFLAGS = ${LIBS}