File: Makefile.am

package info (click to toggle)
libcmis 0.6.2-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,180 kB
  • sloc: cpp: 22,817; xml: 3,934; ansic: 738; makefile: 505; sh: 212
file content (15 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if !OS_WIN32
noinst_LTLIBRARIES = libcmis-mockup.la

libcmis_mockup_la_SOURCES = \
	curl-mockup.cxx \
	internals.hxx \
	mockup-config.cxx \
	mockup-config.h \
	curl/curl.h

libcmis_mockup_la_LIBADD = \
	$(top_builddir)/src/libcmis/libcmis.la

libcmis_mockup_la_LDFLAGS = -export-dynamic -no-undefined
endif