summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-10-03Move evemu.h into src directoryPeter Hutterer1-2/+0
No need for a include directory with just that one file in it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
2013-06-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
src/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
2012-07-25Remove ChangeLogChase Douglas1-14/+2
2012-07-05Rename utouch-evemu to evemuChase Douglas1-1/+1
2012-03-05Test compiling and linking with both a C and a C++ compiler.Jussi Pakkanen1-1/+1
2011-11-30Replaced the original convoluted set of python classes with a single Device ↵Stephen M. Webb1-0/+2
class.
2011-11-23Fixed segfault in 'make distcheck'Stephen M. Webb1-0/+2
2011-11-23Integrated python into existing build mechanism.Stephen M. Webb1-1/+1
2011-04-19Hook up ChangeLog to be either bzr or git, depending which is availableHenrik Rydberg1-1/+9
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2010-09-19Rename project and libraries to utouch-evemuv1.0.0Henrik Rydberg1-1/+1
This project is part of utouch, and the library should be named thereafter. Also helps avoid confusion with an unrelated project with the same name. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2010-09-18Initial evemu commitHenrik Rydberg1-0/+14
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>