aboutsummaryrefslogtreecommitdiffstats
path: root/etisnoop
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-22 09:48:49 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-22 09:48:49 +0100
commit7ee49a0580a8f7332c489685d66e189da401e247 (patch)
treed4af0cca3c0b64fe7f371bc113ce2f654239b6ed /etisnoop
parent4deadfa28aed1f53a9ddec420a015ccca5be5371 (diff)
downloadmmbtools-aux-7ee49a0580a8f7332c489685d66e189da401e247.tar.gz
mmbtools-aux-7ee49a0580a8f7332c489685d66e189da401e247.tar.bz2
mmbtools-aux-7ee49a0580a8f7332c489685d66e189da401e247.zip
update etisnoop makefile
Diffstat (limited to 'etisnoop')
-rw-r--r--etisnoop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etisnoop/Makefile b/etisnoop/Makefile
index baaa49a..c0a3a52 100644
--- a/etisnoop/Makefile
+++ b/etisnoop/Makefile
@@ -10,7 +10,7 @@ etisnoop: $(SOURCES) $(HEADERS)
$(CC) -Wall -ggdb $(SOURCES) $(HEADERS) -lfaad -o etisnoop
etisnoop-static: libfaad $(SOURCES) $(HEADERS)
- $(CC) -Wall -ggdb $(SOURCES) $(HEADERS) faad2-2.7/libfaad/.libs/libfaad.a -o etisnoop
+ $(CC) -Wall -ggdb $(SOURCES) $(HEADERS) -Ifaad2-2.7/include faad2-2.7/libfaad/.libs/libfaad.a -o etisnoop
libfaad:
make -C ./faad2-2.7