mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-24 16:49:59 +01:00
13 lines
166 B
Makefile
13 lines
166 B
Makefile
# Process with automake to produce Makefile.in
|
|
|
|
SUBDIRS = src include test
|
|
|
|
bin_SCRIPTS = vevo-config
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh\
|
|
vevo-config.in \
|
|
depcomp
|
|
|
|
|