File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
LIBTOOL += --quiet
2
- AM_CPPFLAGS = -I@top_srcdir@
3
2
4
3
bin_PROGRAMS = c2s
5
4
6
5
c2s_SOURCES = authreg.c bind.c c2s.c main.c sm.c pbx.c pbx_commands.c address.c
7
- c2s_CPPFLAGS = -DCONFIG_DIR=\"$(sysconfdir ) \" -DLIBRARY_DIR=\"$(pkglibdir ) \"
6
+ c2s_CPPFLAGS = -DCONFIG_DIR=\"$(sysconfdir ) \" -DLIBRARY_DIR=\"$(pkglibdir ) \" -I@top_srcdir@
8
7
c2s_LDFLAGS = -export-dynamic
9
8
10
9
noinst_HEADERS = c2s.h
Original file line number Diff line number Diff line change 1
1
LIBTOOL += --quiet
2
- AM_CPPFLAGS = -I@top_srcdir@
3
2
4
3
bin_PROGRAMS = sm
5
4
@@ -26,7 +25,7 @@ pkglib_LTLIBRARIES = mod_active.la \
26
25
mod_status.la \
27
26
mod_template-roster.la \
28
27
mod_vacation.la \
29
- mod_validate.la
28
+ mod_validate.la
30
29
31
30
noinst_HEADERS = sm.h
32
31
@@ -41,7 +40,7 @@ sm_SOURCES = aci.c \
41
40
sm.c \
42
41
user.c
43
42
44
- sm_CPPFLAGS = -DCONFIG_DIR=\"$(sysconfdir ) \" -DLIBRARY_DIR=\"$(pkglibdir ) \"
43
+ sm_CPPFLAGS = -DCONFIG_DIR=\"$(sysconfdir ) \" -DLIBRARY_DIR=\"$(pkglibdir ) \" -I@top_srcdir@
45
44
sm_LDFLAGS = -export-dynamic
46
45
sm_LDADD = $(top_builddir ) /sx/libsx.la \
47
46
$(top_builddir ) /mio/libmio.la \
You can’t perform that action at this time.
0 commit comments