projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d3fa49
)
examples/Makefile.am: add PACKAGE define
author
Paul Brossier
<piem@piem.org>
Thu, 5 Nov 2009 17:09:36 +0000
(18:09 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 5 Nov 2009 17:09:36 +0000
(18:09 +0100)
examples/Makefile.am
patch
|
blob
|
history
diff --git
a/examples/Makefile.am
b/examples/Makefile.am
index bf593506e96f93da38309492f1933d69b21741bf..8372d9f393a83263b1b5337b1f0388bf8e800e61 100644
(file)
--- a/
examples/Makefile.am
+++ b/
examples/Makefile.am
@@
-1,5
+1,5
@@
# global flags
-AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(top_srcdir)/src @AUBIO_CFLAGS@ @LASH_CFLAGS@ @SNDFILE_CFLAGS@ @JACK_CFLAGS@
+AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -
DPACKAGE=\"@PACKAGE@\" -
I$(top_srcdir)/src @AUBIO_CFLAGS@ @LASH_CFLAGS@ @SNDFILE_CFLAGS@ @JACK_CFLAGS@
AM_LDFLAGS = -L$(top_builddir)/src -laubio @LASH_LIBS@
# add your programs to this list