[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2158: They need to be added to the .pri file, too. Oops. (in trunk: . src/control)
Author: edmanm
Date: 2007-12-02 04:30:10 -0500 (Sun, 02 Dec 2007)
New Revision: 2158
Modified:
trunk/
trunk/src/control/control.pri
Log:
r2196@lysithea: edmanm | 2007-12-02 04:29:00 -0500
They need to be added to the .pri file, too. Oops.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2196] on 0108964c-5b0b-4c9e-969f-e2288315d100
Modified: trunk/src/control/control.pri
===================================================================
--- trunk/src/control/control.pri 2007-12-02 09:29:56 UTC (rev 2157)
+++ trunk/src/control/control.pri 2007-12-02 09:30:10 UTC (rev 2158)
@@ -44,7 +44,15 @@
$$PWD/circuit.h \
$$PWD/stream.h \
$$PWD/addressmap.h \
- $$PWD/protocolinfo.h
+ $$PWD/protocolinfo.h \
+ $$PWD/statusevent.h \
+ $$PWD/generalstatusevent.h \
+ $$PWD/clientstatusevent.h \
+ $$PWD/serverstatusevent.h \
+ $$PWD/circuitestablishedevent.h \
+ $$PWD/unrecognizedclientstatusevent.h \
+ $$PWD/unrecognizedserverstatusevent.h \
+ $$PWD/unrecognizedgeneralstatusevent.h
SOURCES += $$PWD/torcontrol.cpp \
$$PWD/torprocess.cpp \
@@ -61,7 +69,11 @@
$$PWD/circuit.cpp \
$$PWD/stream.cpp \
$$PWD/addressmap.cpp \
- $$PWD/protocolinfo.cpp
+ $$PWD/protocolinfo.cpp \
+ $$PWD/statusevent.cpp \
+ $$PWD/generalstatusevent.cpp \
+ $$PWD/clientstatusevent.cpp \
+ $$PWD/serverstatusevent.cpp
win32 {
HEADERS += $$PWD/torservice.h