mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-18 16:04:21 +00:00
Fix path to wrapper.h in Makefile.am (#787)
This commit is contained in:
parent
0d9872021d
commit
fae4957a71
@ -266,7 +266,7 @@ ccextractor_SOURCES = \
|
||||
../src/extractors/extractor.c \
|
||||
../src/extractors/extractor.h \
|
||||
../src/wrappers/wrapper.c \
|
||||
../src/extractors/wrapper.h
|
||||
../src/wrappers/wrapper.h
|
||||
|
||||
|
||||
ccextractor_CFLAGS = -std=gnu99 -s -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DVERSION_FILE_PRESENT
|
||||
|
Loading…
Reference in New Issue
Block a user