~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-20 23:44:07 UTC
  • mto: (722.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: monty@inaugust.com-20081220234407-585wdrdd1vxqqzam
Removed all the setting of DEFS everywhere. Use configmake.h to get the values
we need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
15
 
16
 
#called from the top level Makefile
17
 
 
18
 
 
19
 
MYSQLDATAdir =          $(localstatedir)
20
 
MYSQLSHAREdir =         $(pkgdatadir)
21
 
MYSQLBASEdir=           $(prefix)
22
 
MYSQLLIBdir=            $(pkglibdir)
23
 
pkgplugindir =          $(pkglibdir)/plugin
24
 
 
25
16
LDADD = $(LIBINTL)
26
17
 
27
 
DEFS =                  @DEFS@ -DHAVE_DRIZZLE_CONFIG_H
28
 
 
29
18
noinst_HEADERS =        ha_archive.h azio.h
30
19
noinst_PROGRAMS =       archive_test archive_reader archive_performance concurrency_test
31
20