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 /Makefile.am.inc | |
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 'Makefile.am.inc')
-rw-r--r-- | Makefile.am.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc index fd4fb17f1c..8cad089665 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -48,4 +48,4 @@ am__v_SED_0 = @echo " SED " $@; # abi-compliance-checker descriptor INCLUDE_DIRS = $(subst -I,NEWLINE,$(filter -I%, $(CFLAGS) -I$(abs_top_srcdir) -I$(abs_srcdir))) abi-descriptor.xml: ../abi-descriptor.template - $(AM_V_SED)sed "s|@INCLUDE_DIRS@|$(INCLUDE_DIRS)|g;s/NEWLINE/\n /g" $< > $@ + $(AM_V_SED)sed "s|@INCLUDE_DIRS@|$(INCLUDE_DIRS)|g;s/NEWLINE/\n /g;s|@LIBRARY_OUTPUT_PATH@|{RELPATH}/.libs|" $< > $@ |