~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to knode/knode_export.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-06-28 19:33:24 UTC
  • mfrom: (0.2.13) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110628193324-8yvjs8sdv9rdoo6c
Tags: 4:4.7.0-0ubuntu1
* New upstream release
  - update install files
  - add missing kdepim-doc package to control file
  - Fix Vcs lines
  - kontact breaks/replaces korganizer << 4:4.6.80
  - tighten the dependency of kdepim-dev on libkdepim4 to fix lintian error

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <kdemacros.h>
25
25
 
26
26
#ifndef KNODE_EXPORT
27
 
# if defined(MAKE_KNODECOMMON_LIB)
 
27
# if defined(KDEPIM_STATIC_LIBS)
 
28
   /* No export/import for static libraries */
 
29
#  define KNODE_EXPORT
 
30
# elif defined(MAKE_KNODECOMMON_LIB)
28
31
   /* We are building this library */
29
32
#  define KNODE_EXPORT KDE_EXPORT
30
33
# else
34
37
#endif
35
38
 
36
39
#ifndef KCM_KNODE_EXPORT
37
 
# if defined(MAKE_KCM_KNODE_LIB)
 
40
# if defined(KDEPIM_STATIC_LIBS)
 
41
   /* No export/import for static libraries */
 
42
#  define KCM_KNODE_EXPORT
 
43
# elif defined(MAKE_KCM_KNODE_LIB)
38
44
   /* We are building this library */
39
45
#  define KCM_KNODE_EXPORT KDE_EXPORT
40
46
# else