Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 165B

1234567891011
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = failover
  4. C_SOURCES = \
  5. fo_state.c \
  6. fo_state_emit.c \
  7. fo_context.c
  8. include ../../Makefile.template