Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.metadecks.org/libremix/libremix@168 e2d53364-18fc-0310-981e-b60a84739af0
  • Loading branch information
conrad committed Apr 29, 2004
1 parent 5575b8a commit bb23da5
Show file tree
Hide file tree
Showing 20 changed files with 1,802 additions and 1,386 deletions.
283 changes: 168 additions & 115 deletions src/Makefile.in

Large diffs are not rendered by default.

384 changes: 212 additions & 172 deletions src/ctxdata/Makefile.in

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions src/examples/Makefile.am
@@ -1,6 +1,11 @@

INCLUDES = -I$(top_srcdir)/ctxdata -I$(top_srcdir)/include
noinst_PROGRAMS = cd_list_test noisedemo squaredemo sndfiledemo
INCLUDES = -I$(top_srcdir)/src/ctxdata -I$(top_srcdir)/include -I../ctxdata

if BUILD_MONITOR
monitor_programs = noisedemo squaredemo sndfiledemo
endif

noinst_PROGRAMS = cd_list_test $(monitor_programs)

EXTRA_DIST = 909_cl.wav 1052.wav

Expand Down

0 comments on commit bb23da5

Please sign in to comment.