syndilights/open-lighting-architecture/ola-0.8.4/plugins/pathport/Makefile.am

12 lines
367 B
Makefile

include $(top_srcdir)/common.mk
libdir = $(plugindir)
EXTRA_DIST = PathportPlugin.h PathportDevice.h PathportPort.h \
PathportNode.h PathportPackets.h
lib_LTLIBRARIES = libolapathport.la
libolapathport_la_SOURCES = PathportPlugin.cpp PathportDevice.cpp \
PathportPort.cpp PathportNode.cpp
libolapathport_la_LIBADD = @LIBS@