11 lines
323 B
Makefile
11 lines
323 B
Makefile
include $(top_srcdir)/common.mk
|
|
|
|
libdir = $(plugindir)
|
|
|
|
EXTRA_DIST = OpenDmxPlugin.h OpenDmxDevice.h OpenDmxPort.h OpenDmxThread.h
|
|
|
|
lib_LTLIBRARIES = libolaopendmx.la
|
|
libolaopendmx_la_SOURCES = OpenDmxPlugin.cpp OpenDmxDevice.cpp \
|
|
OpenDmxThread.cpp
|
|
libolaopendmx_la_LIBADD = @LIBS@ -lpthread
|