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.
22 lines
513 B
22 lines
513 B
15 years ago
|
INCLUDES= $(KOFFICECORE_INCLUDES) $(KOFFICEUI_INCLUDES) $(all_includes)
|
||
|
|
||
|
lib_LTLIBRARIES = libkopainter.la
|
||
|
libkopainter_la_SOURCES = svgpathparser.cc \
|
||
|
koColor.cc \
|
||
|
koFrameButton.cc \
|
||
|
koColorSlider.cc \
|
||
|
koColorChooser.cc \
|
||
|
koIconChooser.cc \
|
||
|
kogradientmanager.cc \
|
||
|
ko_color_wheel.cc \
|
||
|
ko_gray_widget.cc \
|
||
|
ko_hsv_widget.cc \
|
||
|
ko_rgb_widget.cc \
|
||
|
ko_cmyk_widget.cc
|
||
|
|
||
|
libkopainter_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 -no-undefined
|
||
|
|
||
|
libkopainter_la_LIBADD = $(LIB_KOFFICEUI)
|
||
|
|
||
|
METASOURCES = AUTO
|