summaryrefslogtreecommitdiff
path: root/examples/hello_autotools/proj/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_autotools/proj/Makefile.am')
-rw-r--r--examples/hello_autotools/proj/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hello_autotools/proj/Makefile.am b/examples/hello_autotools/proj/Makefile.am
new file mode 100644
index 0000000..5316cb9
--- /dev/null
+++ b/examples/hello_autotools/proj/Makefile.am
@@ -0,0 +1,3 @@
+bin_PROGRAMS = hello_autotools
+
+hello_autotools_SOURCES = main.c