aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2000-03-10 12:02:43 +0000
committerreinelt <>2000-03-10 12:02:43 +0000
commit2ceed0e89cf69fd2488767075edc83cdefc00a6c (patch)
tree072edbca87c53c233d790348843db050c4c3c31a /Makefile.am
parent105a7ce7020bc59816f12326bf1ae4470c85ee4c (diff)
downloadlcd4linux-2ceed0e89cf69fd2488767075edc83cdefc00a6c.tar.gz
[lcd4linux @ 2000-03-10 12:02:43 by reinelt]
autoconf/automake
Diffstat (limited to '')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..3913f9d
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,7 @@
+## Process this file with automake to produce Makefile.in
+
+AUTOMAKE_OPTIONS = foreign
+
+bin_PROGRAMS = lcd4linux
+lcd4linux_SOURCES = lcd4linux.c
+