diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-04-02 16:10:27 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-04-02 16:10:27 +0200 |
commit | 0dffdf69b06af16d33b8233eac52d96d08e0c3c8 (patch) | |
tree | b5c0203cc24c8010167935a6a3ec2ea3b13a5a76 | |
parent | 8c48a86f4dab20aac798bb2407db7dd548893e59 (diff) |
config.mk: Remove extra_includes; LDFLAGS=foo make is enough
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,4 +33,4 @@ CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \ -DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\" LDFLAGS += -lpng -lX11 -lImlib2 -lfreetype -lXext -lgiblib \ - ${xinerama_ld} ${extra_includes} + ${xinerama_ld} |