repo.or.cz
/
barry.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- added Category support to the opensync plugin
[barry.git]
/
examples
/
Makefile.am
blob
0890db351579d88147a1e65779205107be46c8cb
1
2
#DEFAULT_INCLUDES =
3
INCLUDES = $(LIBUSB_CFLAGS)
4
AM_CXXFLAGS = -ansi -Wall -g
5
6
noinst_PROGRAMS = addcontact
7
8
addcontact_SOURCES = addcontact.cc
9
addcontact_LDADD = ../src/libbarry.la $(LIBUSB_LIBS)
10