summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-09-18 19:10:11 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-09-18 19:10:11 +0200
commit9bec5056ec35008afd4d68528718fd4519cd3503 (patch)
tree886fb51f744ed50a1fbdf6615f80be513fa488f0 /Makefile.am
Initial evemu commit
Evemu is a kernel device and emulator, which allows for remote creation and testing of arbitrary devices. 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..a880ddf
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,14 @@
1SUBDIRS = src tools
2
3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = evemu.pc
5
6INCLUDES = $(top_srcdir)/include/
7
8.PHONY: ChangeLog INSTALL
9INSTALL:
10 $(INSTALL_CMD)
11ChangeLog:
12 bzr log > ChangeLog
13
14dist-hook: ChangeLog INSTALL