repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmail: fixed possible NULL-pointer dereference in config-parser.
[dockapps.git]
/
wmbiff
/
wmgeneral
/
Makefile.am
blob
0b3bc5d6c08725696057ab1f607b9e5bfc2ff45c
1
noinst_LIBRARIES = libwmgeneral.a
2
libwmgeneral_a_SOURCES = misc.c misc.h wmgeneral.c wmgeneral.h
3
4
MAINTAINERCLEANFILES = Makefile.in
5
6
7
indent:
8
indent -npro -kr -i4 -ts4 $(libwmgeneral_a_SOURCES) || true
9
10
dist-hook-local: indent