repo.or.cz
/
remote
/
remote-mci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix syntax error in the remote.sh UDEV script
[remote/remote-mci.git]
/
diku_mcs
/
Makefile.am
blob
e3595fdfb9269592296054de4d3d608fcbed1ccd
1
bin_PROGRAMS = diku_mcs
2
3
INCLUDES = \
4
-I$(top_srcdir)/mcs \
5
$(MYSQL_CFLAGS) \
6
-I/usr/include/mysql++
7
8
diku_mcs_SOURCES = \
9
Configuration.cc \
10
Configuration.h \
11
Host.cc \
12
Host.h \
13
HostListener.cc \
14
HostListener.h \
15
MoteAddresses.cc \
16
MoteAddresses.h \
17
moteserver.cc
18
19
diku_mcs_DEPENDENCIES = \
20
$(top_builddir)/mcs/libmcs.a \
21
$(top_builddir)/protocols/libprotocols.a
22
23
diku_mcs_LDADD = \
24
$(diku_mcs_DEPENDENCIES) \
25
-lmysqlclient \
26
-lmysqlpp \
27
$(BOOST_PROGRAM_OPTIONS_LIB)
28
29
diku_mcs_LDFLAGS = \
30
$(MYSQL_LDFLAGS)
31
32
include $(top_srcdir)/Makefile.lib