1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
4 SUBDIRS = hal rpm store
6 INCLUDES = -DZYPP_BASE_LOGGER_LOGGROUP=\"target\"
8 ## ##################################################
10 targetincludedir = $(pkgincludedir)/target
12 targetinclude_HEADERS = \
14 TargetCallbackReceiver.h \
17 ## ##################################################
19 noinst_LTLIBRARIES = lib@PACKAGE@_target.la
21 ## ##################################################
23 lib@PACKAGE@_target_la_SOURCES = \
25 TargetCallbackReceiver.cc \
28 lib@PACKAGE@_target_la_LDFLAGS = @LIBZYPP_VERSION_INFO@
30 lib@PACKAGE@_target_la_LIBADD = \
31 rpm/lib@PACKAGE@_target_rpm.la \
32 hal/lib@PACKAGE@_target_hal.la \
33 store/lib@PACKAGE@_target_store.la
35 ## ##################################################