Ignore:
Timestamp:
Mar 9, 2006, 2:04:59 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Added a conditional to only build the kernel if --enable-vga was set.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/kernel/Makefile.am

    r568 r570  
    11# $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $
    22
    3 lib_LTLIBRARIES = libkernel.la
     3lib_LTLIBRARIES = $(libkernel_la)
     4
     5if USE_KERNEL
     6libkernel_la = libkernel.la
     7endif
    48
    59libkernel_la_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.