diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-02 21:22:31 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-02 21:22:31 +0000 |
commit | 0ea9f882abb9ad56de2bb8b569e21728e13a1ea7 (patch) | |
tree | 040e1a48335c7d3573ebef4e9962df59adda0615 /configure.ac | |
parent | 6abcfa406de44d726f550fe7e9b04e4168fce265 (diff) |
Build libXfont.la in the 'src' directory as my version of automake really
didn't like sub-subdirs in SUBDIRS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1b627d2..8dba286 100644 --- a/configure.ac +++ b/configure.ac @@ -152,6 +152,7 @@ CFLAGS="$CFLAGS $XFONT_CFLAGS" LIBS="$LIBS $XFONT_LIBS" AC_OUTPUT([Makefile + src/Makefile src/fontcache/Makefile src/fontfile/Makefile src/FreeType/Makefile |