source: ThirdParty/levmar/Makefile.am

Candidate_v1.6.1
Last change on this file was 4e8108, checked in by Frederik Heber <heber@…>, 8 years ago

Libtool consolidates and updates itself through LIBTOOL_DEPS for all packages.

  • Property mode set to 100644
File size: 182 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = src
4
5EXTRA_DIST = \
6 matlab
7
8# have libtool update itself
9LIBTOOL_DEPS = @LIBTOOL_DEPS@
10libtool: $(LIBTOOL_DEPS)
11 $(SHELL) ./config.status libtool
Note: See TracBrowser for help on using the repository browser.