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