Changeset 2442


Ignore:
Timestamp:
Mar 17, 2011, 4:29:23 PM (12 years ago)
Author:
Peter
Message:

distribute yat hello tarball and clarify that sources live in srcdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r2439 r2442  
    126126# from a VCS, i.e., no files generated by autotools.
    127127yat_hello_sources  =
    128 yat_hello_sources += yat-hello/configure.ac
    129 yat_hello_sources += yat-hello/Makefile.am
    130 yat_hello_sources += yat-hello/hello.cc
     128yat_hello_sources += $(srcdir)/yat-hello/configure.ac
     129yat_hello_sources += $(srcdir)/yat-hello/Makefile.am
     130yat_hello_sources += $(srcdir)/yat-hello/hello.cc
    131131
    132132EXTRA_DIST += $(yat_hello_sources)
     
    152152yat_hello_deps += $(top_srcdir)/m4/version.m4
    153153
     154EXTRA_DIST += $(srcdir)/yat-hello-1.0.tar.gz
     155
    154156$(srcdir)/yat-hello-1.0.tar.gz: $(yat_hello_deps)
    155157  cd $(srcdir)/yat-hello \
Note: See TracChangeset for help on using the changeset viewer.