add two new .cpp files

This commit is contained in:
ehouse 2005-03-19 22:09:03 +00:00
parent 3d54ec402a
commit 02588f6244

View file

@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
SRC = xwrelay.cpp
SRC = xwrelay.cpp cref.cpp ctrl.cpp
LDFLAGS += -lpthread -g
all: xwrelay
@ -24,4 +24,4 @@ all: xwrelay
xwrelay: $(SRC)
clean:
rm -f xwrelay
rm -f xwrelay *.o