diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-10-10 21:39:56 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-10-10 21:39:56 +0000 |
commit | 4b1a5fc89cae36c9390e0e42f877f474feb632cb (patch) | |
tree | bfd2d6361014d39b13cac91ef83142b05dbc1bdd /lib | |
parent | c0b61a323556a3bb6d8f2f5015853daf379f3421 (diff) | |
download | xine-lib-4b1a5fc89cae36c9390e0e42f877f474feb632cb.tar.gz xine-lib-4b1a5fc89cae36c9390e0e42f877f474feb632cb.tar.bz2 |
Install inttypes.h on stone age platforms (xine.h needs it).
Small improvements.
CVS patchset: 8332
CVS date: 2006/10/10 21:39:56
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d2295c9db..e2eec74c5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,10 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -if GENERATED_INTTYPES_H -inttypes_h = inttypes.h -endif - -EXTRA_DIST = Makefile.common $(inttypes_h) +EXTRA_DIST = Makefile.common noinst_LTLIBRARIES = libxineposix.la noinst_HEADERS = os_internal.h |