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

12 lines
367 B
Makefile
Raw Normal View History

2010-10-31 17:32:25 +01:00
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@