diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-24 13:59:04 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-24 13:59:04 +0000 |
| commit | fa5981e274f8b1a25f3a8993f86f84c6449dcbaa (patch) | |
| tree | 3aa3772181c86ce92abc8027b83354f5731959d1 /src/ui | |
| parent | limit dot creation to straight line modes of Pen only (diff) | |
| download | inkscape-fa5981e274f8b1a25f3a8993f86f84c6449dcbaa.tar.gz inkscape-fa5981e274f8b1a25f3a8993f86f84c6449dcbaa.zip | |
Fix whiteboard compilation.
(bzr r7360)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/Makefile_insert | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ui/dialog/Makefile_insert b/src/ui/dialog/Makefile_insert index 6a9ebf61f..65bd9f9f7 100644 --- a/src/ui/dialog/Makefile_insert +++ b/src/ui/dialog/Makefile_insert @@ -2,12 +2,12 @@ if WITH_INKBOARD inkboard_dialogs = \ - whiteboard-connect.cpp \ - whiteboard-connect.h \ - whiteboard-sharewithchat.cpp \ - whiteboard-sharewithchat.h \ - whiteboard-sharewithuser.cpp \ - whiteboard-sharewithuser.h + ui/dialog/whiteboard-connect.cpp \ + ui/dialog/whiteboard-connect.h \ + ui/dialog/whiteboard-sharewithchat.cpp \ + ui/dialog/whiteboard-sharewithchat.h \ + ui/dialog/whiteboard-sharewithuser.cpp \ + ui/dialog/whiteboard-sharewithuser.h endif ink_common_sources += \ |
