Hi,

here's a small patch to fix 'make dist' in trunk.

include/Makefile.am: lex.h was missing.
src/stapl/Makefile.am: Drop jamnote.h, jamcrc.h, stapl.h; these files do
not exist in the repo.


Uwe.
-- 
http://hermann-uwe.de     | http://sigrok.org
http://randomprojects.org | http://unmaintained-free-software.org
Index: include/Makefile.am
===================================================================
--- include/Makefile.am	(Revision 2002)
+++ include/Makefile.am	(Arbeitskopie)
@@ -23,4 +23,5 @@
 	ansidecl.h \
 	filenames.h \
 	libiberty.h \
-	safe-ctype.h
+	safe-ctype.h \
+	lex.h
Index: src/stapl/Makefile.am
===================================================================
--- src/stapl/Makefile.am	(Revision 2002)
+++ src/stapl/Makefile.am	(Arbeitskopie)
@@ -41,8 +41,6 @@
     jamjtag.c \
     jamexp.c \
     jamexec.h \
-    jamnote.h \
-    jamcrc.h \
     jamsym.h \
     jamstack.h \
     jamheap.h \
@@ -51,7 +49,6 @@
     jamjtag.h \
     jamutil.h \
     jamexp.h \
-    stapl.h \
     stapl.c
 
 AM_CFLAGS = $(WARNINGCFLAGS)
Index: ChangeLog
===================================================================
--- ChangeLog	(Revision 2002)
+++ ChangeLog	(Arbeitskopie)
@@ -1,3 +1,7 @@
+2011-10-09  Uwe Hermann  <[email protected]>
+
+  * include/Makefile.am, src/stapl/Makefile.am: Fix 'make dist'.
+
 2011-10-04  Jie Zhang  <[email protected]>
 
   * src/tap/detect.c (urj_tap_detect_parts): Ignore search path when
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to