From 9bec5056ec35008afd4d68528718fd4519cd3503 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 18 Sep 2010 19:10:11 +0200 Subject: 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 --- src/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 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..60fbb1a --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,14 @@ +lib_LTLIBRARIES = libevemu.la + +libevemu_la_LDFLAGS = -version-info @LIB_VERSION@ + +libevemu_la_SOURCES = \ + evemu.c + +AM_CFLAGS = $(CWARNFLAGS) + +INCLUDES = -I$(top_srcdir)/include/ + +libevemuincludedir = $(includedir) +libevemuinclude_HEADERS = \ + $(top_srcdir)/include/evemu.h -- cgit v1.2.3