Fix FTBFS due to migration from pim to libs

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent af20635a2b
commit e033beead2

@ -2,6 +2,8 @@
METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/kded -I$(top_srcdir) $(all_includes)
kde_module_LTLIBRARIES = kded_networkstatus.la
lib_LTLIBRARIES = libnetworkstatus.la libconnectionmanager.la

@ -32,7 +32,19 @@
#include "clientifaceimpl.h"
#include "serviceifaceimpl.h"
#include "network.h"
#include <kdepimmacros.h>
#include <kdeversion.h>
#include <kdemacros.h>
#if KDE_IS_VERSION( 3,3,90 )
/* life is great */
#else
/* workaround typo that breaks compilation with newer gcc */
#undef KDE_EXPORT
#define KDE_EXPORT
#undef KDE_NO_EXPORT
#define KDE_NO_EXPORT
#endif
extern "C" {
KDE_EXPORT KDEDModule* create_networkstatus( const TQCString& obj )

Loading…
Cancel
Save