Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.core.autotools.core/templates/autotools/src/Makefile.am')
-rw-r--r--build/org.eclipse.cdt.core.autotools.core/templates/autotools/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.core.autotools.core/templates/autotools/src/Makefile.am b/build/org.eclipse.cdt.core.autotools.core/templates/autotools/src/Makefile.am
new file mode 100644
index 00000000000..0552a007944
--- /dev/null
+++ b/build/org.eclipse.cdt.core.autotools.core/templates/autotools/src/Makefile.am
@@ -0,0 +1,2 @@
+bin_PROGRAMS = hello
+hello_SOURCES = main.c

Back to the top