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