simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] [bug #32392] "make dist" missing at90canbase.h and pysi


From: Ed Marshall
Subject: [Simulavr-devel] [bug #32392] "make dist" missing at90canbase.h and pysimulationmember.h
Date: Tue, 08 Feb 2011 22:55:06 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13

URL:
  <http://savannah.nongnu.org/bugs/?32392>

                 Summary: "make dist" missing at90canbase.h and
pysimulationmember.h
                 Project: Simulavr: an AVR simulator
            Submitted by: logic
            Submitted on: Tue 08 Feb 2011 10:55:05 PM GMT
                Category: Configure
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: simulavr

    _______________________________________________________

Details:

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! :)




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?32392>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]