added applet-wrapper to the list of used sources
authormishas <mikhail.sobolev@gmail.com>
Thu, 8 Nov 2007 13:29:33 +0000 (13:29 +0000)
committermishas <mikhail.sobolev@gmail.com>
Thu, 8 Nov 2007 13:29:33 +0000 (13:29 +0000)
git-svn-id: file:///svnroot/simple-launcher/branches/new-items@255 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile

index 703f99b..07c07ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ SOURCES := \
        settings-page-items.cc \
        simple-launcher.cc \
        utils.cc \
-#      applet-wrapper.cc
+       applet-wrapper.cc
 
 OBJS := $(SOURCES:%.cc=%.o)