diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-11-25 01:50:10 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-11-25 01:50:10 +0100 |
commit | 9ce3dae667a61491807a2b11c1df26e32bd8e026 (patch) | |
tree | 3e8610a140fd90a32965b4a7851c798a353fa14f /unittest/mytap/Makefile.am | |
parent | 7377c50cb4f5b5dcb356a71787b53840d2c6ef3c (diff) | |
parent | 23159440504311372b2c081c1b5f2cb2f7d98ef3 (diff) | |
download | mariadb-git-9ce3dae667a61491807a2b11c1df26e32bd8e026.tar.gz |
merge
Diffstat (limited to 'unittest/mytap/Makefile.am')
-rw-r--r-- | unittest/mytap/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unittest/mytap/Makefile.am b/unittest/mytap/Makefile.am index 8feefb134bb..d36dc25d0b5 100644 --- a/unittest/mytap/Makefile.am +++ b/unittest/mytap/Makefile.am @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir) +AM_CPPFLAGS = -I$(top_srcdir)/include noinst_LIBRARIES = libmytap.a noinst_HEADERS = tap.h @@ -23,6 +23,3 @@ libmytap_a_SOURCES = tap.c EXTRA_DIST = CMakeLists.txt SUBDIRS = . t - -# Don't update the files from bitkeeper -%::SCCS/s.% |