blob: 18bd36146df38e5da3aa580ffb3832a74aa388a5 (
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.cpp \
vconfiguredlg.cpp \
vcolortab.cpp
libkarbondialogs_la_METASOURCES = \
AUTO
|