diff options
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 |