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/karbon/dialogs/Makefile.am

23 lines
382 B

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