From 41197333c6779832bd718fa55ed1b17d97e02304 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 20:51:35 +0100 Subject: Switch to autotools To simplify the creation of packages for mtview, swtich to using the autoconf make tools. Signed-off-by: Henrik Rydberg --- Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..815fce2 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,14 @@ +SUBDIRS = tools + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = mtview.pc + +INCLUDES = $(top_srcdir)/include/ + +.PHONY: ChangeLog INSTALL +INSTALL: + $(INSTALL_CMD) +ChangeLog: + git log > ChangeLog + +dist-hook: ChangeLog INSTALL -- cgit v1.2.3