summaryrefslogtreecommitdiff
path: root/src/bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap')
-rw-r--r--src/bitmap/Makefile.am19
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