summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2010-06-21 21:08:51 -0400
committerHenrik Rydberg <rydberg@euromail.se>2010-06-22 11:44:16 +0200
commit0647b37dfc35145d74822844ad7e54bf5c218369 (patch)
tree47225422ade9159ac08d61bcf16a4a45cf336dfb /Makefile.am
parent172221f14fc91ebb37aa4c561ad733088cc3c3bf (diff)
Move to autotools
[rydberg@euromail.se: minor fixups] Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..e2c1d0a
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,14 @@
1SUBDIRS = src
2
3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = mtdev.pc
5
6INCLUDES = $(top_srcdir)/include/
7
8.PHONY: ChangeLog INSTALL
9INSTALL:
10 $(INSTALL_CMD)
11ChangeLog:
12 $(CHANGELOG_CMD)
13
14dist-hook: ChangeLog INSTALL