diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-09-18 19:10:11 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-09-18 19:10:11 +0200 |
| commit | 9bec5056ec35008afd4d68528718fd4519cd3503 (patch) | |
| tree | 886fb51f744ed50a1fbdf6615f80be513fa488f0 /src/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 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
| 1 | lib_LTLIBRARIES = libevemu.la | ||
| 2 | |||
| 3 | libevemu_la_LDFLAGS = -version-info @LIB_VERSION@ | ||
| 4 | |||
| 5 | libevemu_la_SOURCES = \ | ||
| 6 | evemu.c | ||
| 7 | |||
| 8 | AM_CFLAGS = $(CWARNFLAGS) | ||
| 9 | |||
| 10 | INCLUDES = -I$(top_srcdir)/include/ | ||
| 11 | |||
| 12 | libevemuincludedir = $(includedir) | ||
| 13 | libevemuinclude_HEADERS = \ | ||
| 14 | $(top_srcdir)/include/evemu.h | ||
