diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 14:29:10 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 14:29:10 +0000 |
commit | ddfb922180a6a847d52609592a2bdb37179ca439 (patch) | |
tree | 7cc662bfb9ffb45c4c4452ea373e3c1a843b395a /libXfont/src/Speedo/Makefile.am | |
parent | 02934f83dd4f5848083e2e5cdbc6ef7f60361f06 (diff) | |
parent | 2fb179f86b0f9ecb7876759b87f9c64634a3f114 (diff) | |
download | vcxsrv-ddfb922180a6a847d52609592a2bdb37179ca439.tar.gz vcxsrv-ddfb922180a6a847d52609592a2bdb37179ca439.tar.bz2 vcxsrv-ddfb922180a6a847d52609592a2bdb37179ca439.zip |
svn merge file:///D:/svnrepos/vcxsrv/branches/released .
Gives currently link errors. xorg-server needs to be upgraded to.
Diffstat (limited to 'libXfont/src/Speedo/Makefile.am')
-rw-r--r-- | libXfont/src/Speedo/Makefile.am | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/libXfont/src/Speedo/Makefile.am b/libXfont/src/Speedo/Makefile.am deleted file mode 100644 index 99d972d1c..000000000 --- a/libXfont/src/Speedo/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -INCLUDES = \ - -I${top_srcdir}/include - -AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS) - -noinst_LTLIBRARIES = libspeedo.la - -libspeedo_la_SOURCES = \ - adobe-iso.h \ - bics-iso.h \ - bics-unicode.c \ - bics-unicode.h \ - do_char.c \ - do_trns.c \ - keys.h \ - out_bl2d.c \ - out_blk.c \ - out_outl.c \ - out_scrn.c \ - out_util.c \ - reset.c \ - set_spcs.c \ - set_trns.c \ - spdo_prv.h \ - speedo.h \ - spencode.c \ - sperr.c \ - spfile.c \ - spfont.c \ - spfuncs.c \ - spglyph.c \ - spinfo.c \ - spint.h \ - useropt.h |