diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 13:45:56 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 13:45:56 +0000 |
commit | 2fb179f86b0f9ecb7876759b87f9c64634a3f114 (patch) | |
tree | 351df3c4d5648356980bc078544e25820e4d26fc /libXfont/src/Speedo/Makefile.am | |
parent | a7be905cf4423239285228d4e23caf2172adfa8b (diff) | |
download | vcxsrv-2fb179f86b0f9ecb7876759b87f9c64634a3f114.tar.gz vcxsrv-2fb179f86b0f9ecb7876759b87f9c64634a3f114.tar.bz2 vcxsrv-2fb179f86b0f9ecb7876759b87f9c64634a3f114.zip |
Added libXfont-1.4.0.tar.gz.
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 |