projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73268a
)
avoid shipping of config.h and use noinst for aubio_priv.h
author
Paul Brossier
<piem@altern.org>
Tue, 9 Aug 2005 00:29:48 +0000
(
00:29
+0000)
committer
Paul Brossier
<piem@altern.org>
Tue, 9 Aug 2005 00:29:48 +0000
(
00:29
+0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
718dbec
..
ed61b19
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,7
+1,5
@@
-EXTRA_DIST = aubio_priv.h
-
+noinst_HEADERS = aubio_priv.h
pkginclude_HEADERS = aubio.h \
- config.h \
types.h \
phasevoc.h \
mathutils.h \
@@
-21,6
+19,7
@@
pkginclude_HEADERS = aubio.h \
pitchfcomb.h \
beattracking.h \
filter.h
+nodist_pkginclude_HEADERS = config.h
lib_LTLIBRARIES = libaubio.la
libaubio_la_SOURCES = aubio.h \