summaryrefslogtreecommitdiff
path: root/usbredirtestclient/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-11-23 14:23:54 +0100
committerHans de Goede <hdegoede@redhat.com>2011-11-25 18:22:53 +0100
commit2bcb9fc8cace35cb82226109192e40cf34369a0c (patch)
treed702451e55f03da66cdd8ea2325ecc9eb4781747 /usbredirtestclient/Makefile.am
parentd25ff6c56673ca572d0b8fdbaf9d55534889689e (diff)
Switch to autotools build system
Replace the current build system with an autotools based one. HdG, 3 small changes: 1) LIBUSBREDIRPARSER_SO_VERSION 1:0:0 should be 0:0:0, so that the soname does not change by going from Makefiles to autofoo 2) Drop LIBGPOD_SO_VERSION from configure.ac 3) Make libusb pkgconfig check require version >= 1.0.9 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'usbredirtestclient/Makefile.am')
-rw-r--r--usbredirtestclient/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/usbredirtestclient/Makefile.am b/usbredirtestclient/Makefile.am
new file mode 100644
index 0000000..c054a4d
--- /dev/null
+++ b/usbredirtestclient/Makefile.am
@@ -0,0 +1,5 @@
+noinst_PROGRAMS = usbredirtestclient
+
+usbredirtestclient_SOURCES = usbredirtestclient.c
+usbredirtestclient_LDADD = $(top_builddir)/usbredirparser/libusbredirparser.la
+usbredirtestclient_CFLAGS = -I$(top_srcdir)/usbredirparser