Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: Makefile.am

Issue 1618593002: linux_client_unittest_shlib: fix cleaning (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.am
diff --git a/Makefile.am b/Makefile.am
index f95fc1a448198c95e635a1d6d2cf255000edbd8a..6749cf7b97eb98535c57f211953583b2e790660e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,6 +117,8 @@ noinst_LIBRARIES =
lib_LIBRARIES =
bin_PROGRAMS =
check_PROGRAMS =
+EXTRA_PROGRAMS =
+CLEANFILES =
if !DISABLE_PROCESSOR
lib_LIBRARIES += src/libbreakpad.a
@@ -359,7 +361,9 @@ check_PROGRAMS += \
endif
if LINUX_HOST
-EXTRA_PROGRAMS = \
+EXTRA_PROGRAMS += \
+ src/client/linux/linux_client_unittest_shlib
+CLEANFILES += \
src/client/linux/linux_client_unittest_shlib
check_PROGRAMS += \
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698