repo.or.cz
/
mmediamanager.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make the app store a TreeStore instead of a ListStore and update the gtk
[mmediamanager.git]
/
Makefile.am
blob
a0be616b81d83897c6a32757b2c208ba2b427c99
1
SUBDIRS = src po data libmmanager-gtk test
2
3
EXTRA_DIST = \
4
autogen.sh \
5
ChangeLog
6
7
ChangeLog:
8
@if test -f $(top_srcdir)/.git/HEAD; then \
9
git log --stat > $@;
10
fi
11
12
dist: ChangeLog
13
14
.PHONY: ChangeLog
15