summarylogtreecommitdiffstats
path: root/diff.Makefile.am.example
diff options
context:
space:
mode:
authornot_anonymous2017-01-18 04:13:23 -0700
committernot_anonymous2017-01-18 04:13:23 -0700
commitabcc973b42a062683fa8bc05e9eaee820b4d76af (patch)
tree309294398e24fff40cb99c006030711baa23e187 /diff.Makefile.am.example
parent4222a42aa4c8d11fe3e187192a8640f5bff68e5c (diff)
downloadaur-abcc973b42a062683fa8bc05e9eaee820b4d76af.tar.gz
Updated
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}