[g-a-devel][PATCH] Gnopernicus is missing ttybrl.* from 0.7.0 dist tarball



Hi.

The subject says it all.  I suspect the reason for this is that the current
Makefile.am in braille/libbrl sets EXTRA_libbrl_la_SOURCES only if
configure detects libbrlapi.  However, there is no other path how
ttybrl.c and ttybrl.h would get included in DIST_FILES if configure
did not find libbrlapi.  Manually adding ttybrl.c and ttybrl.h to 
EXTRA_DIST unconditionally should fix this.

Index: braille/libbrl/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnopernicus/braille/libbrl/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- braille/libbrl/Makefile.am	20 Aug 2003 17:02:42 -0000	1.13
+++ braille/libbrl/Makefile.am	13 Sep 2003 09:47:55 -0000
@@ -43,3 +43,5 @@
 EXTRA_libbrl_la_SOURCES = ttybrl.c 	 \
 			 ttybrl.h
 endif
+EXTRA_DIST = ttybrl.c ttybrl.h
+

-- 
Thanks,
  Mario | Debian Developer <URL:http://debian.org/>
        | Get my public key via finger mlang db debian org
        | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]