File: 01_install_xmlParser_header.diff

package info (click to toggle)
libmsn 4.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,656 kB
  • ctags: 4,718
  • sloc: cpp: 13,472; perl: 104; makefile: 52
file content (13 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Install a header which is used indirectly by other headers

diff -rupd libmsn-4.2.orig/msn/CMakeLists.txt libmsn-4.2/msn/CMakeLists.txt
--- libmsn-4.2.orig/msn/CMakeLists.txt	2011-11-19 16:39:10.555916002 +0100
+++ libmsn-4.2/msn/CMakeLists.txt	2011-11-19 16:39:53.047916002 +0100
@@ -38,6 +38,7 @@ set(msn_HEADERS
     passport.h
     sstream_fix.h
     soap.h
+    xmlParser.h
     p2p.h
     msnobject.h
     libmsn_export.h)