blob: d2295c9db4814e2f59abd8d87a171ff080ed805b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include $(top_srcdir)/misc/Makefile.common
if GENERATED_INTTYPES_H
inttypes_h = inttypes.h
endif
EXTRA_DIST = Makefile.common $(inttypes_h)
noinst_LTLIBRARIES = libxineposix.la
noinst_HEADERS = os_internal.h
include_HEADERS = os_types.h
libxineposix_la_SOURCES =
libxineposix_la_LIBADD = @LTLIBOBJS@
|