blob: 6a3d33f079570b379776a510f31dfe70541b2335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## 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/spellcheck.cpp \
dialogs/spellcheck.h \
dialogs/xml-tree.cpp \
dialogs/xml-tree.h
|