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.
23 lines
379 B
23 lines
379 B
15 years ago
|
INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
|
||
|
-I$(srcdir)/.. \
|
||
|
-I$(srcdir)/../core \
|
||
|
-I$(srcdir)/../commands \
|
||
|
$(all_includes)
|
||
|
|
||
|
noinst_LTLIBRARIES = \
|
||
|
libkarbondialogs.la
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
vcolordlg.h \
|
||
|
vconfiguredlg.h \
|
||
|
vcolortab.h
|
||
|
|
||
|
libkarbondialogs_la_SOURCES = \
|
||
|
vcolordlg.cc \
|
||
|
vconfiguredlg.cc \
|
||
|
vcolortab.cc
|
||
|
|
||
|
libkarbondialogs_la_METASOURCES = \
|
||
|
AUTO
|
||
|
|