blob: 19ecef0fcaf102ac0f4216f2e606947ba2bc60c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Makefile.am fragment sourced by src/Makefile.am.
ink_common_sources += \
ui/clipboard.cpp \
ui/clipboard.h \
ui/icon-names.h \
ui/previewable.h \
ui/previewfillable.h \
ui/previewholder.cpp \
ui/previewholder.h \
ui/uxmanager.cpp \
ui/uxmanager.h
|