mirror of https://github.com/BOINC/boinc.git
Extend the skeleton
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@480 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
81b579c6f8
commit
89debbbd6e
|
@ -1 +1,20 @@
|
|||
# Empty
|
||||
lib_LTLIBRARIES =
|
||||
|
||||
if BUILD_MASTER
|
||||
lib_LTLIBRARIES += libdc-condor.la
|
||||
endif
|
||||
|
||||
if BUILD_CLIENT
|
||||
lib_LTLIBRARIES += libdc-client-condor.la
|
||||
endif
|
||||
|
||||
pkgconfigdir = ${libdir}/pkgconfig
|
||||
pkgconfig_DATA = dcapi-condor-client.pc dcapi-condor-master.pc
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/common $(GLIB_CFLAGS)
|
||||
|
||||
libdc_condor_la_SOURCES =
|
||||
libdc_condor_la_LIBADD = ../common/libdc-common-master.la $(GLIB_LIBS)
|
||||
|
||||
libdc_client_condor_la_SOURCES =
|
||||
libdc_client_condor_la_LIBADD = ../common/libdc-common-client.la
|
||||
|
|
Loading…
Reference in New Issue