- added Category support to the opensync plugin
[barry.git] / examples / Makefile.am
blob0890db351579d88147a1e65779205107be46c8cb
2 #DEFAULT_INCLUDES =
3 INCLUDES = $(LIBUSB_CFLAGS)
4 AM_CXXFLAGS = -ansi -Wall -g
6 noinst_PROGRAMS = addcontact
8 addcontact_SOURCES = addcontact.cc
9 addcontact_LDADD = ../src/libbarry.la $(LIBUSB_LIBS)