projects
/
clutter-grilo-player:cgp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't fetch url. Only fetch just when we need it (to play the files).
[clutter-grilo-player:cgp.git]
/
Makefile.am
1
# Point to our macro directory and pick up user flags from the environment
2
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
3
4
SUBDIRS = src data
5
6
# These are files checked into Git that we don't want to distribute
7
DIST_EXCLUDE = \
8
.gitignore \
9
MAINTAINERS
10