aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bf11705..26da352 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,8 +11,7 @@ ext_src += seriallinux.cpp
#echo have not boost
endif
-aeroup_SOURCES = \
- main.cpp \
+aeroup_SOURCES = main.cpp \
ultimate.cpp \
serialprop.cpp \
optmanager.cpp \
@@ -20,9 +19,11 @@ aeroup_SOURCES = \
buffer.cpp \
buffermanager.cpp \
rules.cpp \
+ symlink.cpp \
${ext_src}
aeroup_CPPFLAGS = -W -Wall -std=c++11
aeroup_LDFLAGS =
#LIBS +=
#-DSERIAL_BOOST_LIB
+