Working pluggable protocols.

This commit is contained in:
Michael Jumper
2010-09-13 01:48:53 -07:00
parent 5b66e05f8d
commit 5b85320637
4 changed files with 38 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
CFLAGS=-O2 -pedantic -Wall -Werror -I../libguac/include
LDFLAGS=-L../libguac -lpng -lguac
LDFLAGS=-L../libguac -lpng -lguac -ldl
.PHONY: clean