mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-10 17:05:28 +01:00
7 lines
162 B
Makefile
7 lines
162 B
Makefile
# Makefile for veejay
|
|
INCLUDES = -I$(top_srcdir) -I$(includedir)
|
|
HASH_LIB_FILE = libhash.la
|
|
noinst_LTLIBRARIES = $(HASH_LIB_FILE)
|
|
libhash_la_SOURCES = hash.c
|
|
|