Preparations for automake build.
[vlp.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..cfa500d
--- /dev/null
@@ -0,0 +1,14 @@
+AUTOMAKE_OPTIONS = gnu subdir-objects
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+
+bin_PROGRAMS = vlp
+
+vlp_SOURCES = dummy.c
+
+vlp_CPPFLAGS = \
+       $(vlp_CFLAGS)
+
+vlp_LDADD = \
+  $(vlp_LIBS)
+
+dist_noinst_SCRIPTS = autogen.sh