diff options
author | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2011-09-13 18:21:18 -0700 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2011-09-13 18:21:18 -0700 |
commit | c37499090b68e03cbd102afa2ac79f6db7c39247 (patch) | |
tree | 84fcb16201cbddda4241386183beb8a43342435f /Makefile.draft | |
parent | 92675068a425677855c0a379efc4f10e51ee9595 (diff) | |
download | opus-c37499090b68e03cbd102afa2ac79f6db7c39247.tar.gz |
renames the libcelt/ directory to celt/
Diffstat (limited to 'Makefile.draft')
-rw-r--r-- | Makefile.draft | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.draft b/Makefile.draft index dba78fd9..37d62fc0 100644 --- a/Makefile.draft +++ b/Makefile.draft @@ -74,7 +74,7 @@ ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@ CINCLUDES += silk/ \ silk/float/ \ silk/fixed/ \ - libcelt/ \ + celt/ \ src/ # VPATH e.g. VPATH = src:../headers |