diff options
author | Ludovic Rousseau <ludovic.rousseau@gmail.com> | 2012-06-01 11:30:00 +0200 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2012-06-04 01:19:25 +0100 |
commit | c9d41fe5f0324d969f758f42843e1fd05859f438 (patch) | |
tree | b7ec8ed6329b07669a634d432877c12ee5b17db1 /examples | |
parent | e6546429380750d5b6bb2617ce3637d73e822ac8 (diff) | |
download | libusb-c9d41fe5f0324d969f758f42843e1fd05859f438.tar.gz |
Autotools: Apply autoupdate 2.68 recommendations
* Not applied: AC_PREREQ([2.68]) as this doesn't seem
necessary and 2.68 was released less than 2 years ago.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index a5bad99..6921484 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/libusb +AM_CPPFLAGS = -I$(top_srcdir)/libusb LDADD = ../libusb/libusb-1.0.la noinst_PROGRAMS = listdevs xusb |