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. --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..595ab88 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +AUTOMAKE_OPTIONS = gnu +SUBDIRS = libusbhp test +DISTDIRS = libusbhp test + +EXTRA_DIST = libusbhp.pc.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libusbhp.pc + +.PHONY: + -- cgit v1.2.3