summarylogtreecommitdiffstats
path: root/diff.Makefile.am.example
diff options
context:
space:
mode:
Diffstat (limited to 'diff.Makefile.am.example')
-rw-r--r--diff.Makefile.am.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/diff.Makefile.am.example b/diff.Makefile.am.example
new file mode 100644
index 000000000000..7bf97df1f9e4
--- /dev/null
+++ b/diff.Makefile.am.example
@@ -0,0 +1,11 @@
+--- examples/Makefile.am 2017-01-17 02:13:53.753614165 -0700
++++ examples/Makefile.am 2017-01-17 02:16:34.331538590 -0700
+@@ -20 +20 @@
+-noinst_PROGRAMS = example
++bin_PROGRAMS = example
+@@ -25 +25 @@
+-# example_CPPFLAGS =
++example_CPPFLAGS = -I$(top_srcdir)/src/
+@@ -27 +27 @@
+-# example_LDADD =
++example_LDADD = ${LIBCW_LIBS}