summaryrefslogtreecommitdiff
path: root/libmu_cpp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_cpp/Makefile.am')
-rw-r--r--libmu_cpp/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmu_cpp/Makefile.am b/libmu_cpp/Makefile.am
index d97befdd0..9aed22812 100644
--- a/libmu_cpp/Makefile.am
+++ b/libmu_cpp/Makefile.am
@@ -14,7 +14,7 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-AM_CPPFLAGS = @MU_LIB_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES)
lib_LTLIBRARIES = libmu_cpp.la
@@ -41,6 +41,6 @@ libmu_cpp_la_SOURCES = \
stream.cc\
url.cc
-libmu_cpp_la_LIBADD = @MU_COMMON_LIBRARIES@
+libmu_cpp_la_LIBADD = $(MU_COMMON_LIBRARIES)
libmu_cpp_la_LDFLAGS = -rpath $(libdir) -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@

Return to:

Send suggestions and report system problems to the System administrator.