diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-08-05 19:19:57 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-08-05 19:19:57 +0200 |
commit | 98fa817f608756b39223ed785b85dd5cace9b096 (patch) | |
tree | 5a88dc8fc692406b617cf0cab4d4964425aa1000 /pcilib | |
parent | 6ac0cf129270aef989785e3fbc84abc238a29e92 (diff) | |
download | pcitool-98fa817f608756b39223ed785b85dd5cace9b096.tar.gz pcitool-98fa817f608756b39223ed785b85dd5cace9b096.tar.bz2 pcitool-98fa817f608756b39223ed785b85dd5cace9b096.tar.xz pcitool-98fa817f608756b39223ed785b85dd5cace9b096.zip |
Install locking-related headers
Diffstat (limited to 'pcilib')
-rw-r--r-- | pcilib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcilib/CMakeLists.txt b/pcilib/CMakeLists.txt index 0bf0e66..79b15c2 100644 --- a/pcilib/CMakeLists.txt +++ b/pcilib/CMakeLists.txt @@ -16,6 +16,6 @@ install(FILES pcilib.h DESTINATION include ) -install(FILES bar.h kmem.h bank.h register.h dma.h event.h model.h error.h debug.h env.h tools.h export.h version.h +install(FILES bar.h kmem.h locking.h lock.h bank.h register.h dma.h event.h model.h error.h debug.h env.h tools.h export.h version.h DESTINATION include/pcilib ) |