- Initial split of libpyloader from libbackend. Will need rework

in order to:
  - fix wrong design
  - fix include paths
  - fix installation of header files


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@333 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-16 21:29:51 +00:00
parent 6d5e9270a8
commit 5554ec2256
4 changed files with 17 additions and 20 deletions

View file

@ -40,10 +40,9 @@ libbackend_la_CPPFLAGS = -I@top_srcdir@ \
-DLOCALEDIR="\"$(localedir)\"" \
$(PYTHON_CPPFLAGS) \
$(GLIBMM_CFLAGS)
libbackend_la_LIBADD = $(PYTHON_LDFLAGS) \
$(PYTHON_EXTRA_LIBS)
libbackend_la_LDFLAGS = $(PYTHON_EXTRA_LDFLAGS) \
$(GLIBMM_LDFLAGS)
libbackend_la_LIBADD = ../pyloader/libpyloader.la
libbackend_la_LDFLAGS = $(GLIBMM_LDFLAGS) \
$(LT_LDFLAGS)
# Please keep this in sorted order:
libbackend_la_SOURCES = \
@ -53,8 +52,6 @@ libbackend_la_SOURCES = \
policy_manager.cc \
policy_parameters.cc \
process.cc \
python_policy.cc \
python_policy_manager.cc \
schedulable.cc \
schedulable_list.cc \
schedulable_status.cc \
@ -68,8 +65,6 @@ noinst_HEADERS = \
policy_manager.hh \
policy_parameters.hh \
process.hh \
python_policy.hh \
python_policy_manager.hh \
schedulable.hh \
schedulable_list.hh \
schedulable_status.hh \