From 6215d50ba48bf11c08bb7053e2d8c4935ea67e5e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 29 Jul 2012 13:44:31 +0200 Subject: Empty project creation. --- src/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..d8c059e --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,22 @@ +SUBDIRS = + +bin_PROGRAMS = crosscomposer + +crosscomposer_LDADD = +crosscomposer_CXXFLAGS = + +crosscomposer_SOURCES = \ + crosscomposer.cc + +EXTRA_DIST = + +################ +# Test Section # +################ + +TEST_SOURCE_DEPS = ${crosscomposer_SOURCES} ${EXTRA_DIST} +TEST_SCRIPT_DIR = $(top_srcdir)/tools + +#include ${TEST_SCRIPT_DIR}/Makefile.am.test + +#include Makefile.am.test \ No newline at end of file -- cgit v1.2.3