repo.or.cz
/
neuro.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge
[neuro.git]
/
src
/
sound
/
Makefile.am
blob
d7fe0917b21eb2c675dd232f712014719a472a22
1
#!/bin/bash
2
3
SUBDIRS
=
music
4
5
noinst_LTLIBRARIES
=
libneuro.la
6
7
lib_sources
=
8
9
libsound_la_SOURCES
=
$
(
lib_sources
)
10
11
AM_CFLAGS
=
@NEUROFLAGS@
12
#AM_CFLAGS= @SDLFLAGS@
13
14
libsound_la_LIBADD
=
\
15
music
/
libmusic.la
16
17
include_HEADERS
=
18