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: [email protected]
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/
_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel