blob: c55b0377593fef65adcbadda3a37cdc9ecbddd1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Makefile.am fragment sourced by src/Makefile.am.
ink_common_sources += \
dialogs/clonetiler.cpp \
dialogs/clonetiler.h \
dialogs/dialog-events.cpp \
dialogs/dialog-events.h \
dialogs/export.cpp \
dialogs/export.h \
dialogs/find.cpp \
dialogs/find.h \
dialogs/object-attributes.cpp \
dialogs/object-attributes.h \
dialogs/spellcheck.cpp \
dialogs/spellcheck.h \
dialogs/text-edit.cpp \
dialogs/text-edit.h \
dialogs/xml-tree.cpp \
dialogs/xml-tree.h
|