diff options
| author | Milosz Derezynski <mderezynski@gmail.com> | 2006-05-19 03:28:16 +0000 |
|---|---|---|
| committer | mderezynski <mderezynski@users.sourceforge.net> | 2006-05-19 03:28:16 +0000 |
| commit | 03d41b96100e017d21279248c04945be3cc3723c (patch) | |
| tree | 50a4302d6db1430e19090d435afd8cd67123a595 /src/Makefile_insert | |
| parent | fixed crash when starting up without Inkscape GUI: Inkscape messages were bei... (diff) | |
| download | inkscape-03d41b96100e017d21279248c04945be3cc3723c.tar.gz inkscape-03d41b96100e017d21279248c04945be3cc3723c.zip | |
* Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to manage sigc::connections
* Finish listening to selections, make family selector work properly
(bzr r887)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index aaaca1526..ec26df0ed 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -48,6 +48,7 @@ libinkpre_a_SOURCES = \ conditions.cpp conditions.h\ conn-avoid-ref.cpp conn-avoid-ref.h \ connector-context.cpp connector-context.h \ + connection-pool.h \ context-fns.cpp context-fns.h \ desktop-affine.cpp desktop-affine.h \ desktop-events.cpp desktop-events.h \ |
