diff options
author | Memphiz <memphis@machzwo.de> | 2015-07-28 11:38:00 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-07-28 19:12:05 +0200 |
commit | ebcb3abd3c481f6f6c9f71b357fdc48da8089f65 (patch) | |
tree | 1efc84298d1f34928bc9e5ff7ccf865d5d3a1bc3 /configure.ac | |
parent | 342ecde0a311fc2d6c30000873cf55ebeffa5ccc (diff) |
[buildsys/Make] - remove main.a from the list of DIRECTORY_ARCHIVES for preventing duplicate linkage when compiling unit tests
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d92c395cc0..c50a3643e9 100644 --- a/configure.ac +++ b/configure.ac @@ -2512,6 +2512,7 @@ OUTPUT_FILES="Makefile \ xbmc/android/jni/Makefile \ xbmc/utils/Makefile \ xbmc/main/Makefile \ + xbmc/main/posix/Makefile \ tools/darwin/Configurations/App.xcconfig \ tools/darwin/Configurations/Common.xcconfig \ tools/darwin/packaging/ios/mkdeb-ios.sh \ |