Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avp-avp committed Jan 20, 2017
1 parent 73028ec commit 3cf520e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libcomm/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
METASOURCES = AUTO
lib_LTLIBRARIES = libcomm.la
libcomm_la_SOURCES = Connection.cpp Connection.h IPConnection.cpp \
IPConnection.h IPListener.cpp IPListener.h IPSupervisor.cpp IPSupervisor.h \
SerialConnection.cpp SerialConnection.h SupervisorClient.cpp SupervisorClient.h libcomm.cpp \
libcomm.h stdafx.cpp stdafx.h targetver.h WebClient.h WebClient.cpp WebServer.h WebServer.cpp
AM_CFLAGS = -pthread
AM_CXXFLAGS = -pthread -g
libcomm_la_LDFLAGS = -all-static

0 comments on commit 3cf520e

Please sign in to comment.