diff options
| author | Evan Klitzke <[email protected]> | 2017-08-08 18:56:18 -0700 |
|---|---|---|
| committer | fanquake <[email protected]> | 2017-10-21 12:05:36 +0800 |
| commit | f8c66972ddc2a70f5015497436870e2af6833ecc (patch) | |
| tree | 152c13788d238e6710081c75d758d1f0860d34d8 /src | |
| parent | Merge #11529: Avoid slow transaction search with txindex enabled (diff) | |
| download | discoin-f8c66972ddc2a70f5015497436870e2af6833ecc.tar.xz discoin-f8c66972ddc2a70f5015497436870e2af6833ecc.zip | |
Fix automake warnings when running autogen.sh
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 90deff48b..3e4307687 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -500,10 +500,6 @@ clean-local: ## FIXME: How to get the appropriate modulename_CPPFLAGS in here? $(AM_V_GEN) $(WINDRES) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -DWINDRES_PREPROC -i $< -o $@ -.mm.o: - $(AM_V_CXX) $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CXXFLAGS) $(QT_INCLUDES) $(AM_CXXFLAGS) $(PIE_FLAGS) $(CXXFLAGS) -c -o $@ $< - check-symbols: $(bin_PROGRAMS) if GLIBC_BACK_COMPAT @echo "Checking glibc back compat..." |