mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-07 07:25:29 +01:00
8 lines
206 B
Makefile
8 lines
206 B
Makefile
# Makefile for logging/messages
|
|
INCLUDES = -I$(top_srcdir) -I$(includedir)
|
|
AM_CLFAGS=$(OP_CFLAGS)
|
|
VJMSG_LIB_FILE = libvjmsg.la
|
|
noinst_LTLIBRARIES = $(VJMSG_LIB_FILE)
|
|
libvjmsg_la_SOURCES = vj-common.c
|
|
|