summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-21 21:29:40 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-21 21:29:40 +0000
commitfda7215c0783ad170eb14f7dda078fac3f134470 (patch)
tree5aae58dd377e66454fff76e1e44f9c87865c0d2a /src
parentdb8fd7e670cbd901116344212217bee8001ab460 (diff)
Add fontenc directory, update buildsystem
Diffstat (limited to 'src')
-rw-r--r--src/fontenc/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/fontenc/Makefile.am b/src/fontenc/Makefile.am
new file mode 100644
index 0000000..93e9fe6
--- /dev/null
+++ b/src/fontenc/Makefile.am
@@ -0,0 +1,14 @@
+FONTDIR=${libdir}/X11/fonts
+FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTDIR)/encodings/encodings.dir\"
+
+INCLUDES = \
+ -I${top_srcdir}/include/X11/fonts \
+ $(FONTENCDEFS)
+
+lib_LTLIBRARIES = libfontenc.la
+
+libfontenc_la_SOURCES = \
+ $(top_srcdir)/src/fontfile/encparse.c \
+ $(top_srcdir)/src/fontfile/fontenc.c
+
+libfontenc_la_LIBADD = @X_LIBS@