sed s/cm5121/x501/ - need to be hacked now (hopefully there is a way to access regist...
[rfid/librfid.git] / utils / Makefile.am
1 INCLUDES = $(all_includes) -I$(top_srcdir)/include
2
3 bin_PROGRAMS = openct-escape
4
5 openct_escape_SOURCES = openct-escape.c
6 openct_escape_LDADD = ../src/librfid.la
7 openct_escape_LDFLAGS = -dynamic
8