summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/Makefile.am
blob: d17cdc8b997e70f4e8c37587015460cc897d41f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
lib_LTLIBRARIES = libABRTCommLayer.la
libABRTCommLayer_la_SOURCES = CommLayerServer.h CommLayerServer.cpp \
                           CommLayerServerSocket.h CommLayerServerSocket.cpp \
                           CommLayerServerDBus.h CommLayerServerDBus.cpp \
                           DBusServerProxy.h Observer.h DBusCommon.h \
                           CommLayerInner.h CommLayerInner.cpp
                           
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 \
                        -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" $(GLIB_CFLAGS) $(DBUSCPP_CFLAGS) \
                        -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \
                        -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
                        -DCONF_DIR=\"$(CONF_DIR)\"

#check_PROGRAMS = test
#test_SOURCES = test.cpp
#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)\" \
#                -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
#                -DCONF_DIR=\"$(CONF_DIR)\"