Ignore:
Timestamp:
Sep 27, 2008, 3:12:46 PM (15 years ago)
Author:
Sam Hocevar
Message:

Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/Makefile.am

    r2299 r2821  
    11# $Id$
    22
    3 SUBDIRS = kernel cucul caca src examples tests tools csharp cxx python ruby doc
     3SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc
    44DIST_SUBDIRS = $(SUBDIRS) msvc
    55
     
    2121
    2222fonts: tools/makefont
    23         tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/cucul/mono9.data
    24         tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/monobold12.data
     23        tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data
     24        tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data
    2525
    2626FORCE:
Note: See TracChangeset for help on using the changeset viewer.