blob: 7856355a5ad143729280ffb89208c8fa2879bd80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
|