You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
306 B
9 lines
306 B
15 years ago
|
INCLUDES= $(all_includes)
|
||
|
|
||
|
noinst_HEADERS = klegacystyle.h
|
||
|
lib_LTLIBRARIES = klegacystyle.la
|
||
|
klegacystyle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||
13 years ago
|
klegacystyle_la_LIBADD = $(LIB_TDECORE)
|
||
15 years ago
|
klegacystyle_la_SOURCES = klegacystyle.cpp plugin.cpp
|
||
|
klegacystyle_la_METASOURCES = AUTO
|