blob: 17bbbce068e242c6d6255e618317728ae0729026 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- assa/Makefile.in.orig 2015-09-13 20:12:38 UTC
+++ assa/Makefile.in
@@ -198,8 +198,6 @@ SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
-TIRPC_CFLAGS = @TIRPC_CFLAGS@
-TIRPC_LIBS = @TIRPC_LIBS@
VERSION = @VERSION@
WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
@@ -356,8 +354,7 @@ cpp_sources = \
library_includedir = $(includedir)/assa-@ASSA_RELEASE@/assa
library_include_HEADERS = $(h_sources)
INCLUDES = \
- -I$(top_srcdir) \
- @TIRPC_CFLAGS@
+ -I$(top_srcdir)
lib_LTLIBRARIES = libassa-3.5.la
libassa_3_5_la_SOURCES = $(h_sources) $(cpp_sources)
|