diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-07-27 16:21:52 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2016-07-27 16:21:52 +0000 |
| commit | 3078d10fcf276c0d36975bfd48ef064b46f60b3d (patch) | |
| tree | 3a17c6c1a9e3c6cce3e315932ea278b3cdd23af5 /src/widgets/Makefile_insert | |
| parent | Order some headers (diff) | |
| download | inkscape-3078d10fcf276c0d36975bfd48ef064b46f60b3d.tar.gz inkscape-3078d10fcf276c0d36975bfd48ef064b46f60b3d.zip | |
Disable GTK+ 2 support and delete internal copy of GDL
Fixed bugs:
- https://launchpad.net/bugs/1424830
- https://launchpad.net/bugs/1606558
(bzr r15023.2.1)
Diffstat (limited to 'src/widgets/Makefile_insert')
| -rw-r--r-- | src/widgets/Makefile_insert | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index c9f04de14..8f10e1d56 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -1,11 +1,5 @@ ## Makefile.am fragment sourced by src/Makefile.am. -if WITH_GTKMM_3_0 -ink_common_sources += \ - widgets/image-menu-item.c \ - widgets/image-menu-item.h -endif - ink_common_sources += \ widgets/arc-toolbar.cpp \ widgets/arc-toolbar.h \ @@ -50,6 +44,8 @@ ink_common_sources += \ widgets/gradient-vector.h \ widgets/icon.cpp \ widgets/icon.h \ + widgets/image-menu-item.c \ + widgets/image-menu-item.h \ widgets/ink-action.cpp \ widgets/ink-action.h \ widgets/ink-comboboxentry-action.cpp \ |
