diff options
author | tomas@mc05.(none) <> | 2004-06-03 16:02:07 +0200 |
---|---|---|
committer | tomas@mc05.(none) <> | 2004-06-03 16:02:07 +0200 |
commit | 0fa5156fbf477fdd4ed583b212e84e28b6285c4c (patch) | |
tree | 9c90c814d3a22db18213096f843c43cab0fe32b0 /ndb/src/common/portlib | |
parent | 73a4598cdf98f1d1e50c854aa9e961cafc031653 (diff) | |
download | mariadb-git-0fa5156fbf477fdd4ed583b212e84e28b6285c4c.tar.gz |
fixes for ndb and make distdir
Diffstat (limited to 'ndb/src/common/portlib')
-rw-r--r-- | ndb/src/common/portlib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ndb/src/common/portlib/Makefile.am b/ndb/src/common/portlib/Makefile.am index 485195fd037..f39cae194d1 100644 --- a/ndb/src/common/portlib/Makefile.am +++ b/ndb/src/common/portlib/Makefile.am @@ -1,3 +1,5 @@ SUBDIRS = unix -noinst_DATA = gcc.cpp +noinst_HEADERS = gcc.cpp + +EXTRA_PROGRAMS =
\ No newline at end of file |