Revert last changes. They have to be addressed in a different way

This commit is contained in:
Alexander Gottwald 2005-07-04 23:11:20 +00:00
parent 048045a9e7
commit 845a0ac68b
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2005-07-05 Alexander Gottwald <ago@freedesktop.org>
* fb/Makefile.am:
* mi/Makefile.am:
* xkb/Makefile.am:
Revert last changes. They have to be addressed in a different way
2005-07-05 Alexander Gottwald <ago@freedesktop.org>
* configure.ac:

View File

@ -16,7 +16,6 @@ libfb_la_SOURCES = \
fbbstore.c \
fbcompose.c \
fbcopy.c \
fbcmap.c \
fbfill.c \
fbfillrect.c \
fbfillsp.c \
@ -48,3 +47,5 @@ libfb_la_SOURCES = \
fbedgeimp.h \
fbmmx.c \
fbmmx.h
EXTRA_DIST = fbcmap.c

View File

@ -68,6 +68,6 @@ libminimi_la_SOURCES = \
mizerclip.c \
mizerline.c
libmi_la_SOURCES = $(libminimi_la_SOURCES) miinitext.c
libmi_la_SOURCES = $(libminimi_la_SOURCES)
INCLUDES = -I$(top_srcdir)/mfb

View File

@ -51,5 +51,3 @@ libxkb_la_SOURCES = $(DDX_SRCS) $(DIX_SRCS) $(XI_SRCS) $(XKBFILE_SRCS) \
$(X11_SRCS)
EXTRA_DIST = xkb.h xkbDflts.h
INCLUDES = -I$(top_srcdir)/Xext/extmod