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

Side by Side Diff: third_party/libevent/sample/Makefile.am

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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 unified diff | Download patch
« no previous file with comments | « third_party/libevent/poll.c ('k') | third_party/libevent/sample/event-test.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 AUTOMAKE_OPTIONS = foreign no-dependencies
2
3 LDADD = ../libevent.la
4 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
5
6 noinst_PROGRAMS = event-test time-test signal-test
7
8 event_test_sources = event-test.c
9 time_test_sources = time-test.c
10 signal_test_sources = signal-test.c
11
12 verify:
13
14 DISTCLEANFILES = *~
OLDNEW
« no previous file with comments | « third_party/libevent/poll.c ('k') | third_party/libevent/sample/event-test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698