repo.or.cz
/
jackmeter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore all the files inside build-scripts
[jackmeter.git]
/
Makefile.am
blob
93ffd000361d14307cf38b36a12a078cfaf1f7a2
1
AUTOMAKE_OPTIONS = foreign
2
3
AM_CFLAGS = -g -Wall @JACK_CFLAGS@
4
LIBS = -lm @JACK_LIBS@
5
6
bin_PROGRAMS = jack_meter
7
jack_meter_SOURCES = jack_meter.c
8
dist_man_MANS = jack_meter.1
9
10
EXTRA_DIST = TODO