projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rework alsa device scan, fix lang for pactl
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
plugins
/
theme_blond_cv
/
Makefile
1
include ../../plugin_defs
2
3
PLUGIN = theme_blond_cv
4
OBJS = $(OBJDIR)/blondcvtheme.o
5
OUTPUT_THEME = $(OUTPUT)
6
7
CFLAGS += -I../../$(AVC_DIR) -I../../$(LIBRAW_DIR)
8
9
include ../../plugin_config
10
11
$(OBJDIR)/blondcvtheme.o: blondcvtheme.C
12