diff options
| author | theAdib <theAdib@users.sourceforge.net> | 2009-02-26 23:04:29 +0000 |
|---|---|---|
| committer | theAdib <theAdib@users.sourceforge.net> | 2009-02-26 23:04:29 +0000 |
| commit | 00bd131944eb503af4ca98a36880621f7c9b9b6c (patch) | |
| tree | 24286165f146eb0799f05f2e1b9e46ed2057c427 /src | |
| parent | Fix a translatable string incorrectly being considered a printf format (diff) | |
| download | inkscape-00bd131944eb503af4ca98a36880621f7c9b9b6c.tar.gz inkscape-00bd131944eb503af4ca98a36880621f7c9b9b6c.zip | |
reenable inkboard compilation
(bzr r7383)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/Makefile_insert | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ui/dialog/Makefile_insert b/src/ui/dialog/Makefile_insert index 65bd9f9f7..5cd437c26 100644 --- a/src/ui/dialog/Makefile_insert +++ b/src/ui/dialog/Makefile_insert @@ -1,13 +1,13 @@ ## Makefile.am fragment sourced by src/Makefile.am. if WITH_INKBOARD -inkboard_dialogs = \ - 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 +## inkboard_dialogs = \ +## 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 += \ |
