added vpcd-config

This commit is contained in:
Frank Morgner
2014-09-07 03:19:32 +02:00
parent 2f8ff4a29b
commit 9f746a70c8
10 changed files with 222 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
EXTRA_DIST = qransi.c
bin_PROGRAMS = vpcd-config
vpcd_config_CFLAGS = $(PCSC_CFLAGS) $(QRENCODE_CFLAGS) -I$(srcdir)/../vpcd
vpcd_config_SOURCES = vpcd-config.c local-ip.c
vpcd_config_LDADD = $(QRENCODE_LIBS)