From 79eca8af5178c670152bc063c9078dca17b73b86 Mon Sep 17 00:00:00 2001 From: mishas Date: Thu, 8 Nov 2007 13:29:33 +0000 Subject: [PATCH] added applet-wrapper to the list of used sources git-svn-id: file:///svnroot/simple-launcher/branches/new-items@255 3ba93dab-e023-0410-b42a-de7732cf370a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 703f99b..07c07ee 100644 --- 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) -- 1.7.9.5