From 01febc40e2aad29bf6cf6cbeb457c44354aba0f9 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Jun 2011 06:35:55 +0000 Subject: Added praxisd accessibility through lua. --- client/client.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'client/client.pro') diff --git a/client/client.pro b/client/client.pro index 9f4de5f..1481204 100644 --- a/client/client.pro +++ b/client/client.pro @@ -31,6 +31,18 @@ win32 { unix { LIBS += -llua + LIBS += -lcurl -lexpat + + HEADERS += \ + ../server/src/praxisd.h \ + ../server/src/saxparser.h \ + ../server/src/debug.h + + SOURCES += \ + ../server/src/praxisd.cc \ + ../server/src/saxparser.cc + + DEFINES += WITH_PRAXISD } HEADERS += \ @@ -41,6 +53,7 @@ HEADERS += \ launcherwindow.h \ lua.h \ luadb.h \ + luapraxisd.h \ luawidget.h \ macro.h \ macrowindow.h \ @@ -79,6 +92,7 @@ SOURCES += \ launcherwindow.cc \ lua.cc \ luadb.cc \ + luapraxisd.cc \ luawidget.cc \ macro.cc \ macrowindow.cc \ -- cgit v1.2.3