diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 00:18:43 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 00:18:43 +0100 |
commit | 043954da568e99adc3585c8d40999fc632cf0319 (patch) | |
tree | 5224198010b13c71598c764e62a583ef63c70837 | |
parent | 8c2667e55ec2e3fbd973be92013615c33134c9f9 (diff) | |
download | xine-lib-043954da568e99adc3585c8d40999fc632cf0319.tar.gz xine-lib-043954da568e99adc3585c8d40999fc632cf0319.tar.bz2 |
Remove the sed for 'developer-only' comments. Doxygen documentation should replace those.
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 2b5a7eeb2..1493a33f8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -12,7 +12,6 @@ noinst_HEADERS = config.h configure.h CONFIG_CLEAN_FILES = $(inttypes_h) install-data-local: install-includeHEADERS - sed -e '/^\/\*_x_/d' xine.h > $(DESTDIR)$(includedir)/xine.h if GENERATED_INTTYPES_H $(INSTALL) inttypes.h $(DESTDIR)$(includedir) endif |