File: Makefile.am

package info (click to toggle)
ola 0.9.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 21,340 kB
  • ctags: 23,021
  • sloc: cpp: 129,922; python: 12,265; sh: 11,778; makefile: 2,288; ansic: 1,775; java: 518; xml: 214
file content (13 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(top_srcdir)/common.mk

# LIBRARIES
##################################################
if USE_UART
plugin_LTLIBRARIES = libolauartdmx.la
libolauartdmx_la_SOURCES = UartDmxDevice.cpp UartDmxDevice.h \
                           UartDmxPlugin.cpp UartDmxPlugin.h UartDmxPort.h \
                           UartDmxThread.cpp UartDmxThread.h \
                           UartWidget.cpp UartWidget.h
libolauartdmx_la_LIBADD = ../../common/libolacommon.la
endif