bugSimulavr: an AVR simulator - Bugs: bug #32392, "make dist" missing...

 
 

bug #32392: "make dist" missing at90canbase.h and pysimulationmember.h

Submitter:  Ed Marshall <logic>
Submitted:  Tue 08 Feb 2011 10:55:05 PM UTC
   
 
Category:  Configure Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  tomk
Open/Closed:  Closed Component Version:  * simulavr
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 08 Feb 2011 10:55:05 PM UTC, original submission:  

src/Makefile.am references at90canbase.cpp, but doesn't mention at90canbase.h, so "make dist" fails. Also, EXTRA_DIST needs pysimulationmember.h for the python bindings.


diff --git a/src/Makefile.am b/src/Makefile.am
index fa47240..a4926fd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -91,6 +91,7 @@ libsimulavr_la_LIBADD = $(libsim_la_OBJECTS) -lz \

 pkginclude_HEADERS = \
   adcpin.h application.h at4433.h at8515.h atmega128.h atmega16_32.h attiny2313
+  at90canbase.h \
   atmega668base.h avrdevice.h externalirq.h hardware.h helper.h global.h \
   avrdevice_impl.h avrerror.h avrfactory.h avrmalloc.h breakpoint.h string2.h \
   config_deprecated.h decoder.h externaltype.h flash.h flashprog.h hwdecls.h \
@@ -145,7 +146,8 @@ $(srcdir)/ui/keyboard.cpp: $(srcdir)/ui/keytrans.h
 @MAINT@     $(srcdir)/ui/xcode_to_keynumber.dat
 @MAINT@        $(builddir)/kbdgentables $(srcdir)/ui

-EXTRA_DIST = simulavr.i python/pysimulavr.i python/README
+EXTRA_DIST = simulavr.i python/pysimulavr.i python/pysimulationmember.h \
+             python/README

 MAINTAINERCLEANFILES = ui/keytrans.h


Hope this helps! :)

Ed Marshall <logic>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tomk (Updated the item)
  • -email is unavailable- added by logic (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-03-24 tomk StatusNone Fixed
        Assigned toNone tomk
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code