mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
rename libtxt to libant
This commit is contained in:
@@ -16,7 +16,7 @@ MAIN = ant-txt
|
||||
CFLAGS = -g -Wall -I.. \
|
||||
$(if $(BEN), -static)
|
||||
|
||||
LDLIBS = -L../libtxt -ltxt
|
||||
LDLIBS = -L../libant -lant
|
||||
|
||||
OBJS = ant-txt.o
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <assert.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <libtxt/libtxt.h>
|
||||
#include <libant/libant.h>
|
||||
|
||||
|
||||
#define W 80
|
||||
|
||||
Reference in New Issue
Block a user