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.
koffice/lib/kopalette/Makefile.am

26 lines
515 B

# all_includes must remain last!
INCLUDES = -I$(srcdir) \
$(KOFFICECORE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libkopalette.la
libkopalette_la_SOURCES = \
kopalette.cpp \
kopalettemanager.cpp \
kotoolboxpalette.cpp \
kotabpalette.cpp
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