Skip to content

Commit

Permalink
Revert "Move the C client sources to a new directory"
Browse files Browse the repository at this point in the history
This reverts commit dc23c06.
  • Loading branch information
dnaeon committed Sep 5, 2013
1 parent dc23c06 commit 587c798
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
scripts=['src/vmpoller-client',
'src/vmpoller-proxy',
'src/vmpoller-worker',
'src/vmpoller-cclient'],
'src/vmpoller-cclient/vmpoller-cclient'],
)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ all: vmpoller_cclient_clean vmpoller_cclient
clean: vmpoller_cclient_clean

vmpoller_cclient:
$(CC) $(CFLAGS) $(LIBS) vmpoller-cclient.c -o ../vmpoller-cclient
$(CC) $(CFLAGS) $(LIBS) vmpoller-cclient.c -o vmpoller-cclient

vmpoller_cclient_clean:
@rm -rf vmpoller-cclient
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 587c798

Please sign in to comment.