From e67e496e7a2a4f757dac328f04a05b53c0653da5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 26 Mar 2013 07:51:17 -0400 Subject: Rename test file to avoid name collision. --- test/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 43ad6b4..4642f7d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ -bin_PROGRAMS = test +bin_PROGRAMS = hptest -test_LDADD = $(UDEV_LIBS) ../libusbhp/libusbhp.la -test_CXXFLAGS = -I../libusbhp $(UDEV_CFLAGS) -test_SOURCES = \ +hptest_LDADD = $(UDEV_LIBS) ../libusbhp/libusbhp.la +hptest_CXXFLAGS = -I../libusbhp $(UDEV_CFLAGS) +hptest_SOURCES = \ test.cc include_HEADERS = -- cgit v1.2.3