5 ########### next target ###############
7 set(dotnet_PART_SRCS dotnet.cpp )
9 kde4_automoc(${dotnet_PART_SRCS})
11 kde4_add_plugin(dotnet ${dotnet_PART_SRCS})
13 kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} dotnet )
15 target_link_libraries(dotnet ${KDE4_KDECORE_LIBS} kdefx )
17 install(TARGETS dotnet DESTINATION ${PLUGIN_INSTALL_DIR} )
20 ########### install files ###############
22 install( FILES dotnet.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes )
27 #original Makefile.am contents follow:
30 ## This file is part of the KDE libraries
31 ## Copyright (C) 1997 Matthias Kalle Dalheimer (kalle@kde.org)
32 ## (C) 1997 Stephan Kulow (coolo@kde.org)
34 ## This library is free software; you can redistribute it and/or
35 ## modify it under the terms of the GNU Library General Public
36 ## License as published by the Free Software Foundation; either
37 ## version 2 of the License, or (at your option) any later version.
39 ## This library is distributed in the hope that it will be useful,
40 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
41 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
42 ## Library General Public License for more details.
44 ## You should have received a copy of the GNU General Public License
45 ## along with this library; see the file COPYING. If not, write to
46 ## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
47 ## Boston, MA 02110-1301, USA.
49 #AM_CPPFLAGS = -DQT_PLUGIN
52 #INCLUDES = $(all_includes)
53 #noinst_HEADERS = dotnet.h
54 #kde_style_LTLIBRARIES = dotnet.la
55 #dotnet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
56 #dotnet_la_LIBADD = -lkdefx
57 #dotnet_la_SOURCES = dotnet.cpp
59 #themercdir = $(kde_datadir)/kstyle/themes
60 #themerc_DATA = dotnet.themerc