diff options
author | Kristian Høgsberg <krh@sasori.boston.redhat.com> | 2009-01-16 08:13:00 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@sasori.boston.redhat.com> | 2009-01-16 08:13:00 -0500 |
commit | 8012f32978b9b3d7ca162d971be48f6d3c0aa891 (patch) | |
tree | 7d846fa6d46624677a96e49a825e0d82a26fd9df /Makefile.in | |
parent | 0ac16f056dc32235a54d1376cf8018d080506813 (diff) |
Drop libdrm CFLAGS where no longer necessary.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 \ |