9efce2f8f2
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=479408
22 lines
507 B
Makefile
22 lines
507 B
Makefile
INCLUDES = $(all_includes)
|
|
KDE_CXXFLAGS = -UQT3_SUPPORT
|
|
lib_LTLIBRARIES = libplasma.la
|
|
|
|
libplasma_la_SOURCES = appletinfo.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 = appletinfo.h
|
|
|
|
#kde_kcfg_DATA = plasmaSettings.kcfg extensionSettings.kcfg
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/libplasma.pot
|