summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-09-15 07:30:46 +0200
committerHans de Goede <hdegoede@redhat.com>2010-09-15 07:30:46 +0200
commit73cc214875d0c03a98a60091526f1c9cd1ce1de3 (patch)
tree7265fb57e79aa429d38afdc579e89768f5b1a25a /Makefile
parent67f92ea676968f3ec6f6b8ab3fdc0a6bc33c987e (diff)
downloadvd_agent-73cc214875d0c03a98a60091526f1c9cd1ce1de3.tar.gz
vd_agent-73cc214875d0c03a98a60091526f1c9cd1ce1de3.tar.xz
vd_agent-73cc214875d0c03a98a60091526f1c9cd1ce1de3.zip
Rename .c files to match new client server architecture
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3e43047..755da3a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CFLAGS += -g -Wall
CFLAGS += -g -Wall
CFLAGS += $(shell pkg-config --cflags spice-protocol)
-TARGETS := vdagent client
+TARGETS := vdagentd vdagent
build: $(TARGETS)
@@ -21,5 +21,5 @@ install: build
clean:
rm -f $(TARGETS) *.o *~
-vdagent: vdagent.o udscs.o
-client: client.o udscs.o \ No newline at end of file
+vdagentd: vdagentd.o udscs.o
+vdagent: vdagent.o udscs.o \ No newline at end of file