libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.17-355-gaf7a35f

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 27 Dec 2012 17:37:42 +0100 (CET)
The branch, master has been updated
       via  af7a35fe69b4ec7fabcf9b35611e99ff01035b19 (commit)
      from  024705ce0043ee897d3b4871f310d9c82e47ccb0 (commit)


- Log -----------------------------------------------------------------
commit af7a35fe69b4ec7fabcf9b35611e99ff01035b19
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Thu Dec 27 17:35:28 2012 +0100

    Install ftdi_eeprom

-----------------------------------------------------------------------

Summary of changes:
 ftdi_eeprom/CMakeLists.txt |    2 ++
 libftdi1.spec.in           |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ftdi_eeprom/CMakeLists.txt b/ftdi_eeprom/CMakeLists.txt
index f2552ee..a843b8e 100644
--- a/ftdi_eeprom/CMakeLists.txt
+++ b/ftdi_eeprom/CMakeLists.txt
@@ -30,6 +30,8 @@ if (FTDI_EEPROM)
         target_link_libraries(ftdi_eeprom ftdi1)
         target_link_libraries(ftdi_eeprom ${Confuse_LIBRARIES})
 
+        install(TARGETS ftdi_eeprom DESTINATION bin)
+
     else(Confuse_FOUND)
         message(STATUS "libConfuse not found, won't build ftdi_eeprom")
     endif(Confuse_FOUND)
diff --git a/libftdi1.spec.in b/libftdi1.spec.in
index e5ca1b6..9ffd62d 100644
--- a/libftdi1.spec.in
+++ b/libftdi1.spec.in
@@ -64,6 +64,7 @@ rm -fr $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root)
 %doc doc/html doc/man
+%{_bindir}/ftdi_eeprom
 %{_bindir}/libftdi1-config
 %{prefix}/include/libftdi1/*.h
 %{prefix}/include/libftdi1/*.hpp


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v0.17-355-gaf7a35f, libftdi-git <=