diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-08-05 18:07:48 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2016-08-05 18:07:48 +0000 |
| commit | a0cacd78d5d987eafa3739bb8f45587d82246780 (patch) | |
| tree | 69c9a500d9553d0d99f676201a53395ff6c82f74 /src/widgets/Makefile_insert | |
| parent | build-x64.xml now uses GTK+ 3 (diff) | |
| download | inkscape-a0cacd78d5d987eafa3739bb8f45587d82246780.tar.gz inkscape-a0cacd78d5d987eafa3739bb8f45587d82246780.zip | |
Split InkAction classes into separate files
(bzr r15043)
Diffstat (limited to 'src/widgets/Makefile_insert')
| -rw-r--r-- | src/widgets/Makefile_insert | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 8f10e1d56..7434a5394 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -50,6 +50,12 @@ ink_common_sources += \ widgets/ink-action.h \ widgets/ink-comboboxentry-action.cpp \ widgets/ink-comboboxentry-action.h \ + widgets/ink-radio-action.cpp \ + widgets/ink-radio-action.h \ + widgets/ink-toggle-action.cpp \ + widgets/ink-toggle-action.h \ + widgets/ink-tool-menu-action.cpp \ + widgets/ink-tool-menu-action.h \ widgets/lpe-toolbar.cpp \ widgets/lpe-toolbar.h \ widgets/measure-toolbar.cpp \ |
