diff options
author | Josh Triplett <josh@speakeasy.net> | 2005-05-27 05:17:52 +0000 |
---|---|---|
committer | Josh Triplett <josh@speakeasy.net> | 2005-05-27 05:17:52 +0000 |
commit | fd884a4dbe3f1be8919426da3ebd177fa474a59e (patch) | |
tree | 44a46adf816d04ac19f57b641bee1c2199e3947b /src/bitmap/Makefile.am | |
parent | 73c3c1850bc5ba1b0d42b2a9d4f3f5593bfbfd02 (diff) |
Add Xfont.
Diffstat (limited to 'src/bitmap/Makefile.am')
-rw-r--r-- | src/bitmap/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/bitmap/Makefile.am b/src/bitmap/Makefile.am new file mode 100644 index 0000000..3fd57c0 --- /dev/null +++ b/src/bitmap/Makefile.am @@ -0,0 +1,19 @@ +INCLUDES = \ + -I${top_srcdir}/include/X11/fonts + +noinst_LTLIBRARIES = libbitmap.la + +libbitmap_la_SOURCES = \ + bdfint.h \ + bdfread.c \ + bdfutils.c \ + bitmap.c \ + bitmapfunc.c \ + bitmaputil.c \ + bitscale.c \ + fontink.c \ + pcf.h \ + pcfread.c \ + pcfwrite.c \ + snfread.c \ + snfstr.h |