summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@sasori.boston.redhat.com>2009-01-16 08:13:00 -0500
committerKristian Høgsberg <krh@sasori.boston.redhat.com>2009-01-16 08:13:00 -0500
commit8012f32978b9b3d7ca162d971be48f6d3c0aa891 (patch)
tree7d846fa6d46624677a96e49a825e0d82a26fd9df /Makefile.in
parent0ac16f056dc32235a54d1376cf8018d080506813 (diff)
Drop libdrm CFLAGS where no longer necessary.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e17425a..19ad20a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,8 +28,6 @@ $(libs) : LDLIBS += @FFI_LIBS@
$(libs) :
gcc -shared $^ $(LDLIBS) -o $@
-$(compositors) $(clients) : CFLAGS += @LIBDRM_CFLAGS@
-
wayland-system-compositor : \
wayland-system-compositor.o \
evdev.o \