From 693bc2696de497f303e10b7e4564c2277823a125 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 26 Mar 2013 11:03:47 +0100 Subject: Added autotools project files. --- libusbhp/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libusbhp/Makefile.am (limited to 'libusbhp/Makefile.am') diff --git a/libusbhp/Makefile.am b/libusbhp/Makefile.am new file mode 100644 index 0000000..785a34d --- /dev/null +++ b/libusbhp/Makefile.am @@ -0,0 +1,10 @@ +lib_LTLIBRARIES = libusbhp.la + +libusbhp_la_LIBADD = $(UDEV_LIBS) +libusbhp_la_CXXFLAGS = $(UDEV_CFLAGS) + +libusbhp_la_SOURCES = \ + libusbhp.cc + +include_HEADERS = \ + libusbhp.h -- cgit v1.2.3