diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-07-10 02:03:13 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-10 00:01:49 -0700 |
commit | a7a2f9f66ddc27df96557093f3dd266e24eb653b (patch) | |
tree | b13c9aa74c64de993d88651e8469b04037c78a04 /Xext | |
parent | 6e74fdda42fb4bd80fd48e1ae6471bffbb837804 (diff) |
Remove the last remnants of extmod
extmod was originally a big pointless module. Now it's an empty,
pointless module. This commit makes it unexist.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 957fa671a..0420951ab 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -10,8 +10,6 @@ else noinst_LTLIBRARIES = libXext.la endif -INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod - AM_CFLAGS = $(DIX_CFLAGS) if XORG |