blob: 872ccd75d761420359bbdbc5aaa0687e7e2af632 (
plain)
1
2
3
4
5
6
7
8
|
INCLUDES= $(all_includes)
noinst_HEADERS = klegacystyle.h
lib_LTLIBRARIES = klegacystyle.la
klegacystyle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
klegacystyle_la_LIBADD = $(LIB_KDECORE)
klegacystyle_la_SOURCES = klegacystyle.cpp plugin.cpp
klegacystyle_la_METASOURCES = AUTO
|