Remove not necessary files
Clean up svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=585586
This commit is contained in:
parent
f2b16f1dbc
commit
8a9c80c291
21
Makefile.am
21
Makefile.am
@ -1,21 +0,0 @@
|
||||
INCLUDES = $(all_includes)
|
||||
KDE_CXXFLAGS = -UQT3_SUPPORT
|
||||
lib_LTLIBRARIES = libplasma.la
|
||||
|
||||
libplasma_la_SOURCES = plasma.cpp applet.cpp \
|
||||
appletChain.cpp appletLayout.cpp appletCompositor.cpp
|
||||
|
||||
libplasma_la_METASOURCES = AUTO
|
||||
|
||||
libplasma_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
|
||||
libplasma_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
libplasma_la_includedir = $(includedir)/plasma
|
||||
|
||||
noinst_HEADERS =
|
||||
|
||||
libplasma_la_include_HEADERS = applet.h plasma.h \
|
||||
appletCompositor.h appletLayout.h
|
||||
|
||||
#kde_kcfg_DATA = plasmaSettings.kcfg extensionSettings.kcfg
|
||||
|
@ -11,27 +11,3 @@ kde4_add_executable(testAppletInfo ${testAppletInfo_SRCS})
|
||||
|
||||
target_link_libraries(testAppletInfo ${KDE4_KDECORE_LIBS} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(top_srcdir)/workspace/plasma/lib $(all_includes)
|
||||
#
|
||||
#AM_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
|
||||
#
|
||||
#noinst_PROGRAMS = testAppletInfo
|
||||
#noinst_HEADERS = testAppletInfo.h
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#LDADD = ../libplasma.la -lQtTest_debug
|
||||
#testAppletInfo_SOURCES = testAppletInfo.cpp
|
||||
#
|
||||
#check-local:
|
||||
# opwd=$PWD; cd $(srcdir) && $$opwd/testAppletInfo
|
||||
#
|
||||
|
@ -1,15 +0,0 @@
|
||||
INCLUDES = -I$(top_srcdir)/workspace/plasma/lib $(all_includes)
|
||||
|
||||
AM_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
|
||||
|
||||
noinst_PROGRAMS = testAppletInfo
|
||||
noinst_HEADERS = testAppletInfo.h
|
||||
|
||||
METASOURCES = AUTO
|
||||
|
||||
LDADD = ../libplasma.la -lQtTest_debug
|
||||
testAppletInfo_SOURCES = testAppletInfo.cpp
|
||||
|
||||
check-local:
|
||||
opwd=$PWD; cd $(srcdir) && $$opwd/testAppletInfo
|
||||
|
Loading…
Reference in New Issue
Block a user