diff options
author | Balint Reczey <balint@balintreczey.hu> | 2013-02-25 18:12:20 +0000 |
---|---|---|
committer | Balint Reczey <balint@balintreczey.hu> | 2013-02-25 18:12:20 +0000 |
commit | d2e0724afc9631bcca59ce045debb9bb686dff1f (patch) | |
tree | f36678afeaa3e57328149d469876d19e72adb925 /abi-descriptor.template | |
parent | 32c23fba25e7a5900e5176875b35fbe5aefafcb0 (diff) | |
download | wireshark-d2e0724afc9631bcca59ce045debb9bb686dff1f.tar.gz wireshark-d2e0724afc9631bcca59ce045debb9bb686dff1f.tar.bz2 wireshark-d2e0724afc9631bcca59ce045debb9bb686dff1f.zip |
Add dumpabi targets to CMake builds
Also update automake generated targets to match CMake generated ones
svn path=/trunk/; revision=47879
Diffstat (limited to 'abi-descriptor.template')
-rw-r--r-- | abi-descriptor.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-descriptor.template b/abi-descriptor.template index 1773cd5404..43dd9a6fd6 100644 --- a/abi-descriptor.template +++ b/abi-descriptor.template @@ -7,7 +7,7 @@ {RELPATH}/abi-check-headers </headers> <libs> - {RELPATH}/.libs + @LIBRARY_OUTPUT_PATH@ </libs> <include_paths>@INCLUDE_DIRS@ </include_paths> |