Changeset 2442
- Timestamp:
- Mar 17, 2011, 4:29:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r2439 r2442 126 126 # from a VCS, i.e., no files generated by autotools. 127 127 yat_hello_sources = 128 yat_hello_sources += yat-hello/configure.ac129 yat_hello_sources += yat-hello/Makefile.am130 yat_hello_sources += yat-hello/hello.cc128 yat_hello_sources += $(srcdir)/yat-hello/configure.ac 129 yat_hello_sources += $(srcdir)/yat-hello/Makefile.am 130 yat_hello_sources += $(srcdir)/yat-hello/hello.cc 131 131 132 132 EXTRA_DIST += $(yat_hello_sources) … … 152 152 yat_hello_deps += $(top_srcdir)/m4/version.m4 153 153 154 EXTRA_DIST += $(srcdir)/yat-hello-1.0.tar.gz 155 154 156 $(srcdir)/yat-hello-1.0.tar.gz: $(yat_hello_deps) 155 157 cd $(srcdir)/yat-hello \
Note: See TracChangeset
for help on using the changeset viewer.