diff options
| author | Chase Douglas <chase.douglas@canonical.com> | 2010-06-21 21:08:51 -0400 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-06-22 11:44:16 +0200 |
| commit | 0647b37dfc35145d74822844ad7e54bf5c218369 (patch) | |
| tree | 47225422ade9159ac08d61bcf16a4a45cf336dfb /Makefile.am | |
| parent | 172221f14fc91ebb37aa4c561ad733088cc3c3bf (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.am | 14 |
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 @@ | |||
| 1 | SUBDIRS = src | ||
| 2 | |||
| 3 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 4 | pkgconfig_DATA = mtdev.pc | ||
| 5 | |||
| 6 | INCLUDES = $(top_srcdir)/include/ | ||
| 7 | |||
| 8 | .PHONY: ChangeLog INSTALL | ||
| 9 | INSTALL: | ||
| 10 | $(INSTALL_CMD) | ||
| 11 | ChangeLog: | ||
| 12 | $(CHANGELOG_CMD) | ||
| 13 | |||
| 14 | dist-hook: ChangeLog INSTALL | ||
