summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/Makefile.am')
-rw-r--r--lib/CommLayer/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CommLayer/Makefile.am b/lib/CommLayer/Makefile.am
index f9635b5..2c9d23e 100644
--- a/lib/CommLayer/Makefile.am
+++ b/lib/CommLayer/Makefile.am
@@ -4,7 +4,7 @@ libABRTCommLayer_la_SOURCES = CommLayerServer.h CommLayerServer.cpp \
CommLayerServerDBus.h CommLayerServerDBus.cpp \
DBusServerProxy.h Observer.h DBusCommon.h
-libABRTCommLayer_la_LIBADD = ../../lib/MiddleWare/libMiddleWare.la $(DL_LIBS) $(DBUSCPP_LIBS)
+libABRTCommLayer_la_LIBADD = ../../lib/MiddleWare/libABRTMiddleWare.la $(DL_LIBS) $(DBUSCPP_LIBS)
libABRTCommLayer_la_LDFLAGS = -version-info 0:1:0
libABRTCommLayer_la_CPPFLAGS = -Wall -Werror -I../../lib/MiddleWare\
-I../../lib/DBus \
@@ -15,7 +15,7 @@ libABRTCommLayer_la_CPPFLAGS = -Wall -Werror -I../../lib/MiddleWare\
#check_PROGRAMS = test
#test_SOURCES = test.cpp
-#test_LDADD = ../Utils/libUtils.la libABRTCommLayer.la $(DL_LIBS) $(RPM_LIBS)
+#test_LDADD = ../Utils/libABRTUtils.la libABRTCommLayer.la $(DL_LIBS) $(RPM_LIBS)
#test_CPPFLAGS = -I$(srcdir)/../Utils \
# -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \
# -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \