diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2008-11-22 03:32:52 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:23 +0200 |
| commit | b96814b6bc97b32a590521ae8f401c40dac4cc7c (patch) | |
| tree | 56155ccefcf02da2e94bc2d7232d4960cac567c4 /Makefile.in | |
| parent | 1d3b191e05c76800fd3c30675f101e9dc5b2f5f1 (diff) | |
Various updates to configure script, rtaudio files, and test files in preparation for upcoming release (gps).
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 23a444f..3230002 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,10 +11,8 @@ CC = @CXX@ AR = @AR@ RANLIB = @RANLIB@ -DEFS = @debug@ -DEFS += @audio_apis@ -CFLAGS = @CFLAGS@ -Iinclude -CFLAGS += @warn@ +DEFS = @CPPFLAGS@ +CFLAGS = @CXXFLAGS@ -Iinclude all : $(LIBRARY) |
