[beast: 202/210] BSE: fix missing files for distcheck



commit 8f2acfa4585f4cc1e85c071194f36544fd8b030b
Author: Tim Janik <timj gnu org>
Date:   Wed Jul 3 02:41:11 2013 +0200

    BSE: fix missing files for distcheck

 bse/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index 21b44cb..66fd888 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -290,6 +290,7 @@ noinst_DATA = bsehack.idl
 
 # == BSE IDL API (AIDA) ==
 AUXTYPES_PY = $(srcdir)/AuxTypes.py
+EXTRA_DIST += AuxTypes.py
 bseclientapi.hh: $(srcdir)/../bse/bseapi.idl $(AUXTYPES_PY)
        $(AM_V_GEN)
        $(Q) ${AIDACC} -x CxxStub -x $(AUXTYPES_PY) -G clienthh -G cppguard=__BST_BSECLIENTAPI_HH_ $< -o 
xgen-$(@F)
@@ -354,6 +355,7 @@ bseinfo_SOURCES  = bseinfo.cc
 bseinfo_LDADD    = $(progs_LDADD)
 
 # == Tests ==
+EXTRA_DIST += oldidl.idl
 check-oldidl: oldidl.idl AuxTypes.py
        @echo "  CHECK " $<
        $(Q) $(AIDACC_VDEBUG) -x $(srcdir)/AuxTypes.py $<



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