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.
26 lines
511 B
26 lines
511 B
15 years ago
|
# all_includes must remain last!
|
||
|
INCLUDES = -I$(srcdir) \
|
||
|
$(KOFFICECORE_INCLUDES) \
|
||
|
$(all_includes)
|
||
|
|
||
|
lib_LTLIBRARIES = libkopalette.la
|
||
|
|
||
|
libkopalette_la_SOURCES = \
|
||
|
kopalette.cc \
|
||
|
kopalettemanager.cc \
|
||
|
kotoolboxpalette.cc \
|
||
|
kotabpalette.cc
|
||
|
|
||
|
libkopalette_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
|
||
|
libkopalette_la_LIBADD = $(LIB_KOFFICECORE)
|
||
|
|
||
|
include_HEADERS = \
|
||
|
kopalettemanager.h
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
kopalette.h \
|
||
|
kotabpalette.h \
|
||
|
kotoolboxpalette.h
|
||
|
|
||
|
METASOURCES = AUTO
|