diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 16:14:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 16:14:01 -0600 |
commit | bdcd4fdc16593f5a2c7a36200d05d1d3bb82df60 (patch) | |
tree | fc3f0d1948990eafc47935a300d8e401d69e05e2 /tdecore/network/CMakeLists.txt | |
parent | 7427e438358d44c37e3c8b0a9cfbb225ffd60e79 (diff) | |
download | tdelibs-bdcd4fdc16593f5a2c7a36200d05d1d3bb82df60.tar.gz tdelibs-bdcd4fdc16593f5a2c7a36200d05d1d3bb82df60.zip |
Fix prior commit
Diffstat (limited to 'tdecore/network/CMakeLists.txt')
-rw-r--r-- | tdecore/network/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/network/CMakeLists.txt b/tdecore/network/CMakeLists.txt index 5c213a752..b68b9266f 100644 --- a/tdecore/network/CMakeLists.txt +++ b/tdecore/network/CMakeLists.txt @@ -26,7 +26,7 @@ install( FILES kstreamsocket.h kserversocket.h kdatagramsocket.h tdemulticastsocketdevice.h tdemulticastsocket.h knetworkinterface.h khttpproxysocketdevice.h - ksockssocketdevice.h kbufferedsocket.h kiobuffer.h + ksockssocketdevice.h kbufferedsocket.h tdeiobuffer.h DESTINATION ${INCLUDE_INSTALL_DIR} ) |